/*
 ===============================
 * @authro      : kis2
 * @created     : 2019-05-26
 * @content     : 
 ===============================
 */
@charset "UTF-8";

.wrap {
    width: 1200px;
    clear: both;
    margin: 0 auto;
}

.bg1 {
    background: #fff;
}

.bg2 {
    background: #f4f4f4;
}

.mainCon {
    padding: 15px;
    overflow: hidden;
    background: #fff;
}

.minH {
    min-height: 350px;
    height: auto !important;
    height: 350px;
}

/*
* 内容垂直居中
*/
.tableCont {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
}

.table {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: table;
    position: relative;
    z-index: 3;
}

.tableCell {
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}

/*
* top jxd
*/

.top {
    background: #fff;
}

.fixedTop {
    height: 90px;
    position: relative;
    z-index: 10;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.fixedTop .top {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

/*
* 主导航
*/
.headBox .wrap {
    position: relative;
    z-index: 2;
}

.logo {
    overflow: hidden;
    z-index: 10;
    position: relative;
    padding: 23px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.logo a {
    display: block;
    overflow: hidden;
}

.logo a img {
    display: block;
    height: 40px;
}

.advertise {
    font-size: 13px;
    color: #787878;
    position: relative;
    padding-left: 10px;
    margin-top: 8px;
}

.advertise:after {
    display: none;
    content: "";
    overflow: hidden;
    width: 1px;
    height: 20px;
    background: #ddd;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -10px;
}

.advertise i {
    display: block;
    font-size: 12px;
    color: #fff;
    background: #d71819;
    border-radius: 3px;
    padding: 0px 3px;
}

.advertise span {
    display: block;
    overflow: hidden;
    margin-top: 3px;
}

.topR {
    position: relative;
    z-index: 10;
    overflow: hidden;
    padding: 30px 0px;
    line-height: 30px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.topTel {
    padding: 3px 0px;
    overflow: hidden;
    font-size: 20px;
    color: #16559d;
    font-weight: bold;
    padding-left: 35px;
    line-height: 23px;
    font-weight: bold;
    background: url(../images/topTel.png) no-repeat left center;
}

.topR a {
    display: block;
    height: 30px;
    padding-left: 30px;
    overflow: hidden;
    margin-left: 15px;
}

.x_360 {
    background: url(../images/x_360.png) no-repeat left center;
    background-size: auto 23px;
}

.ued {
    background: url(../images/ued.png) no-repeat left center;
    background-size: auto 23px;
}

.menuBox {
    z-index: 9;
    text-align: center;
    font-size: 0px;
}

.menuBox .center {
    display: inline-block;
}

.navBar {
    background: #fff;
}

.menu_dl {}

.menu_dl dd {
    display: inline;
    z-index: 9;
    float: left;
}

.menu_dl:after {
    display: block;
    content: '';
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.menu_a {
    display: block;
    height: 90px;
    overflow: hidden;
    line-height: 90px;
    color: #555;
    font-size: 16px;
    position: relative;
    padding: 0px 20px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-align: center;
}

.menu_dl dd.hover .menu_a {
    color: #16559d
}

.menu_a i {
    display: none;
    width: 100%;
    height: 2px;
    overflow: hidden;
    background: #16559d;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.menu_dl dd.hover .menu_a i {
    display: block;
}

.subMenuDiv {
    display: none;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 100%;
    /*opacity: 0;*/
    z-index: 9;
    transition: top 0.3s linear;
    /* background: #f7f7f7; */
}

.menu_dl dd.hover .subMenuDiv {
    z-index: 3;
}

.menuLine {
    width: 0px;
    height: 2px;
    overflow: hidden;
    background: #16559d;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
}

.subMenu_ul {
    position: fixed;
    width: 100%;
    z-index: 3;
    transition: all 0.3s linear;
    font-size: 0px;
    /* text-align: center; */
    background: #f7f7f7;
}

/*.menu_dl dd.hover .subMenu_ul{
    background: rgba(0,89,170,0.8);
}*/
.subMenuShadow {
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 0px;
    z-index: 1;
    width: 50000px;
    margin-left: -25000px;
}

.subMenu_ul li {
    /* display: inline-block; */
    float: left;
    display: inline;
    width: 10%;
    position: relative;
    height: 125px;
    transition: all 0.3s linear;
    border-bottom: 1px solid #EFEFEF;
}

.lineBlock .subMenu_ul {
    text-align: center;
}

.lineBlock .subMenu_ul li {
    display: inline-block;
    float: unset;
}

.subMenu_ul li:hover {
    -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    z-index: 5;
}

.subMenu_ul li:hover:after {
    display: none;
}

.subMenu_ul li:after {
    display: block;
    content: "";
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #efefef;
    width: 1px;
    height: 100%;
}

.subMenu_ul li:last-child:after {
    display: none;
}

.menu_dl dd.hover .subMenu_ul li {
    opacity: 0;
    transform: scale(0);
    animation: liMove 0.4s linear forwards;
}

@keyframes liMove {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.menu_dl dd.hide .subMenu_ul li {
    opacity: 1;
    transform: scale(1);
    animation: liHIde 0.4s linear forwards;
}

@keyframes liHIde {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0);
        opacity: 0;
    }
}

.subMenu_a {
    width: 100%;
    display: block;
    overflow: hidden;
    line-height: 20px;
    font-size: 14px;
    color: #d9d9d9;
    text-align: center;
    transition: all 0.3s linear;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.subMenu_a:hover {
    color: #16559d;
}

.subMenu_a i {
    display: block;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 35px;
    color: #666;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    transition: all 0.3s linear;
}

.subMenu_a span {
    display: block;
    overflow: hidden;
    line-height: 20px;
    padding: 15px 20px 0px 20px;
    font-size: 14px;
    color: #666;
    text-align: center;
    transition: all 0.3s linear;
}

.subMenu_ul li.hover .subMenu_a span,
.subMenu_ul li.hover .subMenu_a i,
.subMenu_a:hover i,
.subMenu_a:hover span {
    color: #1e78cd;
}

.menuBg {
    display: none;
    visibility: visible;
    width: 10000px;
    height: 125px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin: 0px -5000px;
    top: 100%;
    z-index: 1;
    /* background: #f7f7f7; */
    border-top: 1px solid #efefef;
    transition: top 0.3s linear;
}

.subMenuDiv.showMenu {
    -webkit-animation: showMenu 0.5s linear forwards;
    -o-animation: showMenu 0.5s linear forwards;
    animation: showMenu 0.5s linear forwards;
}

@keyframes showMenu {
    0% {
        opacity: 0.5
    }

    100% {
        opacity: 1
    }
}

.subMenuDiv.hideMenu {
    -webkit-animation: hideMenu 0.5s linear forwards;
    -o-animation: hideMenu 0.5s linear forwards;
    animation: hideMenu 0.5s linear forwards;
}

@keyframes hideMenu {
    0% {
        opacity: 0.2
    }

    100% {
        opacity: 0
    }
}

.smallTop.fixedTop {
    height: 60px;
}

.smallTop .logo {
    padding: 8px 0px;
}

.smallTop .topR {
    padding: 15px 0px;
}

.smallTop .menu_a {
    height: 60px;
    line-height: 60px;
}

/*.smallTop .subMenuDiv{
    top: 60px;
}
.smallTop .menuBg{
    top: 60px;
}*/
@media screen and (max-width: 1440px) {
    .menu_dl dd .menu_a {
        padding: 0px 15px;
    }
}


.head_weather {
    color: #fff;
}

#mobile1 div {
    color: #fff !important;
}

.pd15 {
    padding: 0 15px
}

.top_direct a {
    color: #fff;
    display: block;
    padding-left: 28px;
    font-size: 12px;
    transition: all .3s;
    -webkit-transition: all .3s;
    background: url(../images/direct.png) no-repeat left center;
}

.language {
    display: block;
    height: 40px;
    color: #fff;
    font-size: 14px;
    position: relative
}

a.language_link {
    color: #fff;
    padding-left: 24px;
    background: url(../images/national.png) no-repeat left center;
    display: block;
    position: relative
}

a.language_link em {
    position: absolute;
    right: -15px;
    top: 17px;
    width: 11px;
    height: 7px;
    background: url(../images/arrow1.png);
    transition: all .3s;
    -webkit-transition: all .3s;
}

a.mobile_a {
    color: #fff;
    padding-left: 20px;
    background: url(../images/mobile.png) no-repeat left center;
    display: block;
    position: relative
}

.language_select {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background: #e58a25;
    border-radius: 0 0 5px 5px;
}

.language_select .language_link {
    height: 30px;
    line-height: 30px;
    color: #fff;
}

.language_select .language_link1 {
    height: 30px;
    line-height: 30px;
    color: #fff;
    display: block;
    text-align: center
}

.language_select a.language_link1:hover {
    color: #eadb03
}

.language:hover .language_select {
    display: block;
}

.language:hover a.language_link em {
    transform: rotate(-180deg)
}

.lang2 {
    width: 100%;
    background: url(../images/japan.gif) no-repeat center 9px;
}

.language_select a.lang2:hover {
    background: url(../images/japan1.gif) no-repeat center 9px;
}

.lang3 {
    width: 100%;
    background: url(../images/Korea1.gif) no-repeat center 9px;
}

.language_select a.lang3:hover {
    background: url(../images/Korea.gif) no-repeat center 9px;
}


.search_box {
    margin-right: 5px;
    border: 1px solid #fff;
    height: 28px;
    border-radius: 28px;
    padding: 0 0 0 10px;
    position: relative;
    top: 5px;
}

.search_box input {
    background: none;
    border: none;
    line-height: 28px;
    display: block;
    color: #fff;
}

.search_box input::-webkit-input-placeholder {
    color: #fff;
}

.search_box a.searchBtn {
    overflow: hidden;
    display: block;
    width: 40px;
    height: 28px;
    background: url(../images/search1.png) no-repeat center center;
}

.switch {
    position: fixed;
    right: 30px;
    bottom: 50px;
    width: 40px;
    height: 40px;
    background: #fff;
    z-index: 10;
}

.switch a {
    display: block;
    height: 100%;
    background: url(../images/switch.png) center center no-repeat;
}

/**
 * banner
 * @author kis2
 * @return
 */
/*
* banner kis2
*/
.bannerBox {
    position: relative;
    overflow: hidden;
    z-index: 3;
}

.banner_a {
    overflow: hidden;
    display: block;
    width: 100%;
    padding-top: 33.33333333%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bannerSwiper .swiper-pagination {
    bottom: auto;
    top: 50%;
    left: auto;
    width: auto;
    right: 35px;
}

.bannerSwiper .swiper-pagination-bullet {
    display: block;
    width: 12px;
    height: 12px;
    margin: 8px 0px !important;
    background: #fff;
    opacity: 1;
    position: relative;
}

.bannerSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: none !important;
}

.bannerSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    display: block;
    content: "";
    position: absolute;
    right: -2px;
    bottom: -2px;
    left: -2px;
    top: -2px;
    border: 2px solid #fff;
    border-radius: 20px;
}

.bannerCont {
    width: 1200px;
    height: 150px;
    overflow: hidden;
    background: #000;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    bottom: 50px;
    border-radius: 3px;
    z-index: 99;
    font-size: 16px;
    color: #fff;
    transform-style: preserve-3d;
}



#banner {
    position: relative;
    overflow: hidden;
    padding-top: calc(100vh - 275px);
    -webkit-animation: gfadeIn 1s 0.4s both;
    -moz-animation: gfadeIn 1s 0.4s both;
    animation: gfadeIn 1s 0.4s both;
}

#progress {
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ddd;
    background: rgba(0, 0, 0, .05);
}

#banner .pic {
    width: 100%;
    vertical-align: top;
    pointer-events: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

#focus_main {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#focus_main li {
    width: 100%;
    float: left;
    height: 100%;
}

#focus_main li a {
    display: block;
    height: 100%;
}

#focus_main .img1 {
    display: none;
}

#focus_main img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%;
}

#focus_info {
    width: 1200px;
    height: 128px;
    z-index: 9;
    /* height:6.2rem;*/
    /*height:120px\9;*/
    overflow: hidden;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -600px;
    transform-style: preserve-3d;
}

#focus_info article {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 88%;
    padding: 10px 0;
    background: #fff;
    -webkit-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
}

#focus_info p {
    position: relative;
    overflow: hidden;
    min-height: 60px;
    padding: 20px 40px;
}

#focus_info p:after,
#focus_info p:before {
    display: block;
    content: "";
    overflow: hidden;
    width: 14px;
    height: 14px;
    position: absolute;
}

#focus_info p:before {
    left: 0px;
    top: 10px;
    background: url(../images/quotes1.png) no-repeat center center;
}

#focus_info p:after {
    right: 20px;
    bottom: 10px;
    background: url(../images/quotes2.png) no-repeat center center;
}

.bannerName {
    display: block;
    overflow: hidden;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.bannerTxt {
    overflow: hidden;
    font-size: 14px;
    color: #999;
    line-height: 25px;
}

#focus_info .client_logo {
    margin-right: 40px;
    float: left;
    width: 229px;
    height: 110px;
    position: relative;
    text-align: center;
    overflow: hidden;
}

#focus_info .client_logo:after {
    display: block;
    content: "";
    overflow: hidden;
    width: 1px;
    height: 20px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -10px;
    background: #ddd;
}

#focus_info .client_logo span {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

#focus_info .client_logo img {
    max-width: 100%;
    max-height: 110px;
    display: inline-block;
    vertical-align: middle;
}

#focus_dot {
    z-index: 99;
    position: absolute;
    top: 50%;
    right: 0;
    padding: 20px 45px;
    width: 14px;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: grightIn 1s 0.5s both;
    -moz-animation: grightIn 1s 0.5s both;
    animation: grightIn 1s 0.5s both;
}

#focus_dot li {
    float: left;
    position: relative;
    width: 12px;
    background: #fff;
    height: 12px;
    margin: 8px 0;
    /*border:2px solid transparent;*/
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

#focus_dot li:after {
    display: none;
    content: "";
    overflow: hidden;
    position: absolute;
    right: -2px;
    top: -2px;
    left: -2px;
    bottom: -2px;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 50%;
}

#focus_dot li b {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
}

#focus_dot li.cur,
#focus_dot li:hover {
    background: none;
}

#focus_dot li.cur:after {
    display: block;
}

/*#focus_dot li.cur b, #focus_dot li:hover b{-webkit-transform:scale(0); -moz-transform:scale(0); transform:scale(0);}*/

.flip_front {
    -webkit-animation: flipOutX 0.4s linear both;
    -moz-animation: flipOutX 0.4s linear both;
    animation: flipOutX 0.4s linear both;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(800px) rotateX(0deg) scale(1);
    }

    100% {
        -webkit-transform: perspective(800px) rotateX(-90deg) scale(0.86);
    }
}

@-moz-keyframes flipOutX {
    0% {
        -moz-transform: perspective(800px) rotateX(0deg) scale(1)
    }

    100% {
        -moz-transform: perspective(800px) rotateX(-90deg) scale(0.86)
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(800px) rotateX(0deg) scale(1);
    }

    100% {
        transform: perspective(800px) rotateX(-90deg) scale(0.86);
    }
}

.flip_back {
    -webkit-animation: flipInX 0.8s ease both;
    -moz-animation: flipInX 0.8s ease both;
    animation: flipInX 0.8s ease both;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(800px) rotateX(90deg) scale(0.86);
    }

    40% {
        -webkit-transform: perspective(800px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(800px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(800px) rotateX(0deg) scale(1);
    }
}

@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(800px) rotateX(90deg) scale(0.86);
    }

    40% {
        -moz-transform: perspective(800px) rotateX(-10deg);
    }

    70% {
        -moz-transform: perspective(800px) rotateX(10deg);
    }

    100% {
        -moz-transform: perspective(800px) rotateX(0deg) scale(1);
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(800px) rotateX(90deg) scale(0.86);
    }

    40% {
        transform: perspective(800px) rotateX(-10deg);
    }

    70% {
        transform: perspective(800px) rotateX(10deg);
    }

    100% {
        transform: perspective(800px) rotateX(0deg) scale(1);
    }
}



/**
 * footer
 * @author kis2
 * @return
*/
.foot1 {
    background: #fff;
}

.footRow {
    padding: 30px 0px;
    border-top: 1px solid #f2f2f2;
}

.footCont {
    overflow: hidden;
}

.footTit {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    overflow: hidden;
    text-align: left;
    font-weight: bold;
}

.footTxt {
    font-size: 14px;
    color: #999;
    line-height: 30px;
    overflow: hidden;
}

.webQuestion {
    display: block;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    border-radius: 3px;
    background: #005aaa;
    text-align: center;
}

.webQuestion span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding-left: 20px;
    background: url(../images/local.png) no-repeat left center;
}

.tactic_dl {
    position: relative;
}

.tactic_dl dd {
    float: left;
    display: inline;
    margin-right: 30px;
}

.tacticIcon {
    width: 90px;
    height: 90px;
    overflow: hidden;
    padding: 8px;
    border-radius: 100%;
    background-color: #fff;
    position: relative;
}

.tacticIcon:before {
    border: 8px solid #ebedef;
    display: block;
    content: "";
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 100%;
    z-index: 3;
}

.tacticIcon:after {
    display: block;
    content: "";
    overflow: hidden;
    position: absolute;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    border-radius: 100%;
    z-index: 1;
    background: #1e78cd;
    transition: all 0.35s;
    opacity: 0;
    transform: scale(0);
    visibility: hidden;
}

.list_a:hover .tacticIcon:after {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.tacticIcon span {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 5;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s linear;
    font-size: 34px;
    color: #d2d2d2;
    text-align: center;
    line-height: 106px;
}

.list_a:hover .tacticIcon span {
    color: #fff;
}

.tacticIcon span.fa-text-code {
    font-size: 32px;
}

.tacticIconHide {
    visibility: visible;
    opacity: 0;
}

.list_a:hover .tacticIconShow {
    opacity: 0;
    visibility: hidden;
}

.list_a:hover .tacticIconHide {
    opacity: 1;
    visibility: visible;
}

.tacticName {
    line-height: 30px;
    overflow: hidden;
    font-size: 14px;
    color: #999;
    text-align: center;
    padding-top: 5px;
}

.serviceMap {
    overflow: hidden;
}

.serviceMap img {
    max-width: 100%;
}

.footCodeBox {
    overflow: hidden;
}

.footCode {
    overflow: hidden;
    float: left;
    display: inline;
    margin-left: 10px;
    border-radius: 3px;
}

.footCode span {
    display: block;
    width: 100px;
    height: 100px;
    background: #fff;
    border: 1px solid #ededed;
    padding: 4px;
}

.footCode span img {
    width: 100%
}

.footCode p {
    display: block;
    font-size: 14px;
    color: #999;
    text-align: center;
    padding-top: 5px;
}

.foot2 {
    background: #e2e2e2;
    padding: 15px 0px;
    font-size: 14px;
    color: #555;
}

.footLink {
    overflow: hidden;
    line-height: 30px;
}

.foot2 a {
    font-size: 14px;
    color: #555;
    transition: all 0.3s linear;
    font-weight: normal;
}

.foot2 a:hover {
    color: #1e78ce;
}

.footLink i {
    padding: 0px 10px;
    color: #828282;
    font-size: 12px;
}

.copyrightInfo {
    overflow: hidden;
    line-height: 30px;
    font-size: 12px;
    color: #999;
    text-align: left;
}

.copyrightInfo a {
    font-size: 12px;
    color: #999;
}

.foot2 a img {
    height: 20px;
}

.footBrand {
    overflow: hidden;
    font-size: 0px;
    text-align: center;
}

.footBrand .center {
    display: inline-block;
    overflow: hidden;
}

.footBrand a {
    display: block;
    overflow: hidden;
    float: left;
    margin: 0px 5px;
}

.footBrand a img {
    display: block;
    height: 32px;
}

/*2020-01-04*/
.footMenuBox {
    margin-left: -40px;
    overflow: hidden;
}

.footMenu_dl {
    margin: 0px 40px;
    overflow: hidden;
    line-height: 30px;
}


@media screen and (min-width: 1500px) {
    .footMenuBox {
        margin-left: -50px;
    }

    .footMenu_dl {
        margin: 0px 50px;
    }
}

@media screen and (min-width: 1600px) {
    .footMenuBox {
        margin-left: -60px;
    }

    .footMenu_dl {
        margin: 0px 60px;
    }
}

@media screen and (min-width: 1700px) {
    .footMenuBox {
        margin-left: -75px;
    }

    .footMenu_dl {
        margin: 0px 75px;
    }
}

.footMenu_dl dt {
    padding-bottom: 5px;
}

.footMenu_dl a {
    font-size: 14px;
    color: #666;
    transition: all 0.3s linear;
}

.footMenu_dl a:hover {
    color: #005aaa;
    text-shadow: 0px 0px 1px #005aaa;
}

.footMenu_dl dt a {
    font-weight: bold;
}

.footTel {
    overflow: hidden;
    font-size: 22px;
    color: #e13908;
    line-height: 30px;
    font-weight: normal;
    text-align: center;
}

.footTelTip {
    font-size: 12px;
    color: #666;
    overflow: hidden;
    text-align: center;
    line-height: 30px;
}

.footCantact {
    overflow: hidden;
    display: block;
    line-height: 33px;
    border: 1px solid #e13908;
    text-align: center;
    height: 33px;
    transition: all 0.3s linear;
    border-radius: 3px;
}

.footCantact span {
    padding-left: 16px;
    font-size: 12px;
    color: #e13908;
    transition: all 0.3s linear;
    background: url(../images/msgIcon.png) no-repeat left center;
}

.footCantact:hover {
    background: #e13908;
}

.footCantact:hover span {
    color: #fff;
    background: url(../images/msgIcon_h.png) no-repeat left center;
}

.footContC {
    font-size: 0px;
    text-align: right;
    padding-right: 40px;
}

.footCont .center {
    display: inline-block;
    overflow: hidden;
}

/*
* banner kis2
*/
.parallux {
    position: absolute !important;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
}

.subBanner {
    clear: both;
    padding-top: 25%;
    /*padding-top:18%;*/
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-size: cover;
    overflow: hidden;
}

.subBannerView {
    clear: both;
    width: 100%;
    height: 260px;
    /*padding-top:18%;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.channelBanner {
    clear: both;
    width: 100%;
    padding-top: 28.6458333%;
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.bannerLine {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.2);
    /*background: url(../images/lineShadow.png) repeat;*/
    /*opacity: 0.1;*/
}

.subBanner_a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    background-size: cover;
    background-position: center center;
}

.subBanner_a .tableCont {
    z-index: 5;
}

.subBannerImg {
    position: absolute;
    right: 6.7708333%;
    bottom: 50px;
    top: 50px;
    z-index: 5;
}

.center-v {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.subBannerImg img {
    max-height: 100%;
}

#video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    object-fit: cover;
    object-position: center center;
}

.banTxt {
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    max-width: 50%;
}

.subBannerBg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    animation: banerBg 0.8s linear forwards;
}

.subBanLine {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: -1px;
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 3;
}

@keyframes banerBg {
    0% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1);
    }
}

.banTxt h1,
.banTxt h2,
.banTxt h3,
.banTxt h4,
.banTxt h5,
.banTxt h6 {
    padding: 0px 100px;
}

.banTxt h1 {
    font-size: 42px;
    line-height: 56px;
}

.banTxt h2 {
    font-size: 26px;
    line-height: 46px;
    padding-top: 30px;
}

.banTxt h3 {
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
}

.banTxt h4 {}

.banTxtAnimation {
    animation: banTxtAnimation 0.5s linear forwards;
}

@keyframes banTxtAnimation {
    0% {
        transform: translateX(40px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

.banBtn {
    display: block;
    overflow: hidden;
    min-width: 120px;
    height: 40px;
    text-align: center;
    padding-right: 40px;
    background: #fff;
    border-radius: 40px;
    font-size: 15px;
    color: #1367d9;
    line-height: 40px;
    position: relative;
}

.banBtn:after {
    display: block;
    content: "";
    overflow: hidden;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 3;
    background: url(../images/banBt.png) no-repeat center center;
}

.banBtn span {
    position: relative;
    z-index: 5;
}

/*
* 当前位置
*/
.locationBase {
    width: 100%;
    /*height: 70px;*/
    clear: both;
    background: #fff;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.locationBox {
    width: 100%;
    position: relative;
    z-index: 3;
    text-align: center;
    font-size: 0px;
    /*padding: 15px 0px;*/
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    font-size: 0px;
    text-align: center;
}

.locationBox.fixed {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 994;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
}

.location {
    height: 60px;
    overflow: hidden;
    padding-left: 25px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../images/home.png);
    background-size: auto 17px;
}

.location a {
    display: inline;
    float: left;
    height: 60px;
    line-height: 60px;
    padding-left: 14px;
    margin-right: 10px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../images/trangleRight.png);
    color: #a3a3a3;
    font-size: 14px;
}

.location a:hover {
    color: #16559d;
    background: url(../images/trangleRight_h.png) no-repeat left center;
}

.location a.hover {
    color: #16559d;
    background: url(../images/trangleRight_h.png) no-repeat left center;
}


/*
* 二级导航
*/
.nav {
    height: 60px;
    position: relative;
    display: inline-block;
}

.nav a {
    display: inline;
    float: left;
    line-height: 60px;
    height: 57px;
    color: #666666;
    font-size: 14px;
}

.nav a.hover {
    color: #16559d
}

.nav a:hover {
    color: #16559d
}

.navLine {
    display: block;
    width: 0px;
    height: 3px;
    background: #16559d;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

/**
 * 新闻详情页
 * @author 杨朝杰
 * @return
 */
.moreBt3 {
    width: 100%;
    height: 85px;
    text-align: center;
}

.moreBt3 button {
    width: 52px;
    height: 50px;
    display: inline-block;
    margin: 17px 5px;
    border: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    border: none;
    outline: none;
    cursor: pointer;
}

.moreBt3 .works_prev {
    background: #fff url(../images/works_arr.png) no-repeat 0 0;
}

.moreBt3 .works_prev:hover {
    background: #d61f19 url(../images/works_arr.png) no-repeat -52px 0;
}

.moreBt3 .works_next {
    background: #fff url(../images/works_arr.png) no-repeat -52px -50px;
}

.moreBt3 .works_next:hover {
    background: #d61f19 url(../images/works_arr.png) no-repeat 0 -50px;
}

.works_prev,
.works_next,
.works_more {
    border-radius: 2px;
    vertical-align: middle;
}

.works_more {
    display: inline-block;
    width: 92px;
    height: 50px;
    background: #fff url(../images/works_more.png) no-repeat center -50px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    vertical-align: middle;
}

.works_more:hover {
    background: #d61f19 url(../images/works_more.png) no-repeat center 0;
}


.articleB_box {
    clear: both;
    height: 30px;
    overflow: hidden;
    background: #f8f9fb;
    color: #666;
    font-size: 14px;
    line-height: 30px;
}

.articleB_box i {
    color: #16559d
}

.pageUp {
    clear: both;
    overflow: hidden;
    line-height: 35px;
    font-size: 16px;
    padding: 20px 0;
}

.pageBoxC2 {
    padding: 20px 40px;
    overflow: hidden;
    background: #fff;
}

.titleBox {
    width: 1200px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0;
}

.titleBox h1 {
    font-size: 22px;
    color: #333;
    line-height: 20px;
    float: left;
    font-weight: normal;
}

.titleBox h1 em {
    font-size: 16px;
    color: #888;
    padding: 0 0 0 10px;
}

.titleBox span {
    font-size: 14px;
    color: #666;
    float: right;
    line-height: 20px;
}

.titleBox span a {
    background: #bebebe;
    border-radius: 35px;
    padding: 5px 20px;
    font-size: 12px;
    color: #ffffff;
    display: inline-block;
}

.titleBox span a:hover {
    color: #fff;
    background: #d61f19
}

/*招聘*/
/*
* 招聘列表页
*/
.recruitList {
    background: #fff;
    overflow: hidden;
    padding: 50px;
}

.recruitment_dl {
    margin: 0px auto;
    position: relative;
    z-index: 9;
    overflow: hidden;
    background: #fff;
}

.recruitment_dl dt {
    overflow: hidden;
    background: #d6000f;
}

.recruitment_dl dd span,
.recruitment_dl dt span {
    display: block;
    width: 240px;
    height: 50px;
    overflow: hidden;
    float: left;
    display: inline;
    font-size: 15px;
    color: #fff;
    text-align: left;
    line-height: 50px;
    text-align: center;
}

.recruitment_dl dd span {
    display: block;
    width: 240px;
    height: 50px;
    overflow: hidden;
    float: left;
    display: inline;
    font-size: 15px;
    color: #666;
    text-align: left;
    line-height: 50px;
    text-align: center;
}

.recruitment_dl dd a:hover span {
    color: #d6000f;
}

.recruitment_dl dd {
    overflow: hidden;
    border-bottom: 1px dotted #e1e1e1;
}

.recruitment_dl dd.hover {
    border: none;
}

.recruitment_dl dd span.span_1,
.recruitment_dl dt span.span_1 {
    width: 270px;
    padding-left: 20px;
    text-align: left;
}

.recruitment_dl dd span.span_3,
.recruitment_dl dt span.span_3 {
    width: 210px;
}

.recruitment_dl dd span.span_4,
.recruitment_dl dt span.span_4 {
    width: 240px;
}

/*.recruitment_dl dt span.span_4{
    text-align: center !important;
}*/
.recruitment_dl dd span.span_2,
.recruitment_dl dt span.span_2 {
    width: 130px;
    padding-left: 0px;
    text-align: right;
    padding-right: 20px;
}

/*
* 首页计数
* kis2
*/
.count_dl {
    overflow: hidden;
}

.count_dl dd {
    float: left;
    display: inline;
    width: 16.6666667%;
    position: relative;
    padding: 30px 0px;
}

.count_dl dd:after {
    display: block;
    content: "";
    overflow: hidden;
    width: 1px;
    height: 50px;
    background: #d3d3d3;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -25px;
}

.count_dl dd:last-child:after {
    display: none;
}

.count_dl dd span {
    display: block;
    overflow: hidden;
    font-size: 36px;
    color: #4c8cff;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}

.count_dl dd i {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #999;
    line-height: 30px;
    text-align: center;
}

.count_dl dd:nth-child(1) span {
    color: #4c8cff;
}

.count_dl dd:nth-child(2) span {
    color: #419bff;
}

.count_dl dd:nth-child(3) span {
    color: #2cbafd;
}

.count_dl dd:nth-child(4) span {
    color: #26c3fd;
}

.count_dl dd:nth-child(5) span {
    color: #21cdff;
}

.count_dl dd:nth-child(6) span {
    color: #1ed2ff;
}

.countBox {
    overflow: hidden;
    font-size: 0px;
    text-align: center;
}

.countBox .center {
    display: inline-block;
    overflow: hidden;
}

.count_dl2 {
    overflow: hidden;
}

.count_dl2 dd {
    float: left;
    display: inline;
    overflow: hidden;
    padding: 0px 25px;
}

.countDiv2 {
    overflow: hidden;
}

.countNum2 {
    width: 90px;
    border-radius: 5px;
    background: #1e78cd;
    padding: 0px 15px;
    font-family: arial;
    font-size: 70px;
    color: #fff;
    font-weight: bold;
    position: relative;
    line-height: 95px;
    text-align: center;
}

.countNum2:after {
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 7px;
    background: #1e78cd;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -3px;
    z-index: 5;
}

.countIntr2 {
    overflow: hidden;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 25px;
    padding-top: 15px;
}

#timer5 {
    width: 390px;
    text-align: right;
}

/*
* 首页解决方案 kis2
*/
.titBox {
    position: relative;
    z-index: 3;
}

.tit {
    font-size: 36px;
    color: #333;
    overflow: hidden;
    line-height: 40px;
    text-align: center;
    font-weight: normal;
}

.titIntr {
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    padding-top: 10px;
}

.solution_dl {
    position: relative;
}

.solution_dl dd {
    /*overflow: hidden;*/
    float: left;
    display: inline;
    position: relative;
    padding: 10px 0px;
}

.solution_dl .list_a {
    padding: 50px 20px;
    transition: all 0.3s linear;
    position: relative;
    overflow: visible;
    /*overflow:hidden;*/
    border-radius: 6px;
}

.solution_dl .list_a:after {
    display: block;
    visibility: hidden;
    opacity: 0;
    content: "";
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    transform: scale(1.2);
    transition: all 0.3s;
    background: #edf4fb;
    z-index: 0;
    border-radius: 6px;
    display: none;
}

.solution_dl .list_a:hover:after {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    /*background: #f8f8f8;*/
}

.animated-circles {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.solution_dl .animated-circles .c-1,
.solution_dl .animated-circles .c-2,
.solution_dl .animated-circles .c-3 {
    transition: 0.8s cubic-bezier(.25, .46, .45, .94);
    transform: scale(0);
    width: 235px;
    height: 235px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -117px 0 0 -117px;
    background: rgba(30, 120, 205, 0.1);
    border-radius: 50%;
}

.solution_dl .animated-circles .c-2 {
    transition-delay: 0.2s;
}

.solution_dl .animated-circles .c-3 {
    transition-delay: 0.4s;
}

.solution_dl .list_a:hover .animated-circles .c-1,
.solution_dl .list_a:hover .animated-circles .c-2,
.solution_dl .list_a:hover .animated-circles .c-3 {
    transform: scale(1);
}



.solutionIcon {
    height: 45px;
    position: relative;
    z-index: 50;
}

.solutionIcon span {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s linear;
    font-size: 40px;
    text-align: center;
    line-height: 45px;
}

.hideIcon {
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
}

.list_a:hover .solutionIcon span {
    color: #005aaa;
    animation: solutionIcon 1s linear forwards;
}

@keyframes solutionIcon {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.solutionIcon span.fa-architecture,
.solutionIcon span.fa-medicine,
.solutionIcon span.fa-OA {
    font-size: 36px;
}

.solutionIcon span.fa-custom {
    font-size: 34px;
}

/*.list_a:hover .showIcon{
    transform: scale(1.5);
    opacity: 0;
}
.list_a:hover .hideIcon{
    transform: scale(1);
    visibility: visible;
    opacity: 1;
    transition-delay: 0.2s;
}*/
.solutionName {
    overflow: hidden;
    font-size: 16px;
    color: #333;
    text-align: center;
    transition: all 0.3s linear;
    position: relative;
    z-index: 50;
}

.solutionIntr {
    overflow: hidden;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    line-height: 25px;
    text-align: center;
    height: 25px;
    transition: all 0.3s linear;
    position: relative;
    z-index: 50;
}

.solution_dl .list_a:hover .solutionName,
.solution_dl .list_a:hover .solutionIntr {
    color: #005aaa;
}

/*
* 第三通栏 kis2
*/
.tabBox {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    font-size: 0px;
    padding: 15px 0px;
}

.tabBox:before,
.tabBox:after {
    display: block;
    content: "";
    overflow: hidden;
    width: 1200px;
    height: 1px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    transition: all 1s linear;
}

.tabBox:before {
    transform: translateX(-100%);
    top: 0px;
    /*background: #ddd;*/
    border-top: 1px dotted #d2d2d2;
}

.tabBox:after {
    display: none;
    transform: translateX(100%);
    top: 1px;
    background: #fff;
}

.tabBox.lineMove:after,
.tabBox.lineMove:before {
    transform: translateX(0);
}

.tab_dl {
    display: inline-block;
    overflow: hidden;
}

.tab_dl dd {
    float: left;
    display: inline;
    overflow: hidden;
    padding: 0px 15px;
    line-height: 30px;
}

.tab_a {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    position: relative;
}

.tab_a:hover {
    color: #005aaa;
}

.tab_dl dd.hover .tab_a {
    color: #005aaa;
}

.row3 {
    background: #f2f2f2 url(../images/caseBg.jpg) no-repeat center center fixed;
    background-size: cover;
}

.caseSlideBox {
    overflow: hidden;
    position: relative;
}

.caseListSwiper {
    overflow: hidden;
}

.swiper_dl {
    margin: 0px -10px;
}

.swiper_dl dd {
    float: left;
    display: inline;
    width: 25%;
    padding: 10px 0px;
}

.caseSlide_a {
    display: block;
    overflow: hidden;
    border-radius: 3px;
    transition: all 0.3s linear;
    margin: 0px 10px;
}

.caseSlide_a:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.caseSlide_a .pic {
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s linear;
}

.caseSlide_a.aykjCase .pic span.play {
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, .3) url(../images/videoIco.png) no-repeat center center;
    background-size: 50px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4
}

.caseSlide_a .pic:after {
    padding-top: 56.25%;
}

.caseSlide_a:hover .pic {
    background-position: ;

}

.caseBg {
    display: none;
    overflow: hidden;
    position: absolute;
    right: 100%;
    bottom: 100%;
    width: 1000px;
    height: 1000px;
    z-index: 5;
    transition: all 0.4s linear;
    transform: rotate(-45deg);
    transform-origin: center;
}

.caseSlide_a:hover .caseBg {
    /*height: 100%;*/
    right: -100%;
    bottom: -100%;
}

.caseIntr {
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: -50px;
    right: 0px;
    background: rgba(255, 255, 255, 0.9);
    padding: 0px 10px;
    z-index: 5;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    line-height: 50px;
    height: 50px;
    transition: all .4s ease-out;
    text-align: center;
}

.caseSlide_a:hover .caseIntr {
    bottom: 0px;
}

.caseLogo {
    display: none;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 7;
    background-repeat: no-repeat;
    background-position: center;
}

.caseSlideDeta {
    overflow: hidden;
    height: 55px;
    position: relative;
    background: #fff;
}

.caseSlideName {
    height: 55px;
    overflow: hidden;
    line-height: 55px;
    font-size: 14px;
    color: #333;
    text-align: center;
    transition: all .3s ease;
    position: relative;
    z-index: 2;
}

.caseSlideName1 {
    height: 0;
    background: #3c78d8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    transition: all .3s ease;
}

.caseSlide_a:hover .caseSlideName {
    color: #fff;
}

.caseSlide_a:hover .caseSlideName1 {
    height: 55px;
}


/*.indexCase .swiper-container{
    margin-left: -30px;
    padding-left: 30px;
}
.indexCase .swiper-slide{
    padding-bottom: 15px;
}*/
.indexCaseDl {
    position: relative;
    margin: 0px -10px;
    padding: 10px 0px;
}

.indexCaseDl:after {
    display: block;
    content: "";
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.indexCaseDl dd {
    float: left;
    display: inline;
    width: 25%;
    padding: 10px 0px;
}

.indexCaseDl dd.dd1 {
    width: 50%;
}

.caseCont {
    display: block;
    margin: 0px 10px;
}

.indexCaseDl a {
    display: block;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    border-radius: 3px;
    overflow: hidden;
}

.indexCaseDl .pic img {
    object-fit: cover;
}

.indexCaseDl .pic:after {
    padding-top: 56.25%;
}

.indexCaseDl dd.dd1 .pic:after {
    padding-top: calc(9*(50% - 10px)/8 + 20px);
}

/*.indexCaseDl dd.dd1 .pic{
    height: 100%;
}
.indexCaseDl dd.dd1 .pic:after{
    display: none;
}
.indexCaseDl dd.dd6{
    width: 66.666666%;
}
.indexCaseDl dd.dd6 .pic:after{
    padding-top: 48.8%;
}*/

.indexCaseDl a:hover {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-4px);
}

.indexCaseDl dd.dd4 {
    clear: both;
}

.indexCaseDl dt {
    width: 50%;
    position: absolute;
    right: 0px;
    top: calc((100% - 20px)/3 + 10px);
    padding: 10px 0px;
}

.indexCaseAdd {
    display: block;
    overflow: hidden;
    margin: 0px 10px;
    border-radius: 3px;
}

.indexCaseAdd:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: calc(9*(50% - 10px)/16);
}

.caseSlideBtBox {
    overflow: hidden;
    font-size: 0px;
    text-align: center;
}

.caseSlideBtBox .center {
    display: inline-block;
    overflow: hidden;
}

.caseSlideBtBox a {
    display: block;
    min-width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
    background: #fff;
    float: left;
    margin: 0px 5px;
    transition: all 0.3s linear;
    text-align: center;
}

.caseSlideBtBox a:hover {
    background: #333;
}

.caseSlidePrev:before {
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../images/caseArrowLeft.png) no-repeat center center;
    transition: left 0.3s linear;
}

.caseSlidePrev:after {
    display: block;
    content: "";
    overflow: hidden;
    width: 16px;
    height: 2px;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-left: 0px;
    margin-top: -1px;
    background: #a2a2a2;
    transition: all 0.3s linear;
}

.caseSlidePrev:hover:before {
    left: -6px;
    background: url(../images/caseArrowLeft_h.png) no-repeat center center;
}

.caseSlidePrev:hover:after {
    left: 50%;
    margin-left: -8px;
}

.caseSlideNext:before {
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../images/caseArrowRight.png) no-repeat center center;
    transition: left 0.3s linear;
}

.caseSlideNext:after {
    display: block;
    content: "";
    overflow: hidden;
    width: 16px;
    height: 2px;
    position: absolute;
    right: 100%;
    top: 50%;
    margin-right: 0px;
    margin-top: -1px;
    background: #a2a2a2;
    transition: all 0.3s linear;
}

.caseSlideNext:hover:before {
    left: 6px;
    background: url(../images/caseArrowRight_h.png) no-repeat center center;
}

.caseSlideNext:hover:after {
    right: 50%;
    margin-right: -8px;
}

.caseSlideMore.more {
    background: #fff;
    /*width: 115px;
    overflow: hidden;
    font-size: 14px;
    color:#333;
    line-height: 45px;*/
}

/*.caseSlideMore span{
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding-left: 25px;
    font-size: 12px;
    height: 45px;
}
.caseSlideMore span:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 12px;
    transition: all 0.3s linear;
    background: url(../images/caseMore.png) no-repeat center center;
}*/
.caseSlideMore:hover {
    color: #fff;
}

.caseSlideMore:hover span:after {
    animation: caseSlideMore 3s linear infinite;
    background: url(../images/caseMore_h.png) no-repeat center center;
}

@keyframes caseSlideMore {
    0% {
        transform: rotate(0deg) scale(1.2);
        opacity: 1;
    }

    25% {
        transform: rotate(90deg) scale(1);
        opacity: 0.5;
    }

    50% {
        transform: rotate(180deg) scale(1.2);
        opacity: 1;
    }

    75% {
        transform: rotate(270deg) scale(1);
        opacity: 0.5;
    }

    100% {
        transform: rotate(360deg) scale(1.2);
        opacity: 1;
    }
}

a.more {
    width: 115px;
    overflow: hidden;
    font-size: 14px;
    color: #727272;
    line-height: 45px;
    background: #fff;
    position: relative;
}

a.more:hover {
    color: #fff;
    background: #f4f4f4;
}

a.more:after {
    display: block;
    content: "";
    width: 160px;
    height: 160px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -80px 0px 0px -80px;
    z-index: 1;
    background: #333;
    transform: scale(0);
    transition: all 0.3s linear;
    border-radius: 100%;
}

a.more:hover:after {
    transform: scale(1);
}

a.more span {
    position: relative;
    z-index: 3;
}

/*
* 第四通栏 kis2
*/
.row4 {
    background: #f2f2f2;
    overflow: hidden;
}

.news_dl {
    margin: 0px -15px;
}

.news_dl dd {
    float: left;
    display: inline;
    padding: 15px 0px;
}

.news_dl .list_a {
    margin: 0px 15px;
    transition: all 0.3s linear;
    border-radius: 3px;
    background: #fff;
}

.news_dl .listDeta {
    padding: 20px;
}

.news_dl .pic {
    padding-top: 56.25%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.news_dl .pic:before,
.news_dl .pic:after {
    border: 10px solid #fff;
    border-bottom: none;
    display: none;
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: 0px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 5;
}

/*.news_dl .pic:after{
    border-radius: 15px 15px 0px 0px;
}*/
.news_dl .list_a:hover .pic:after,
.news_dl .list_a:hover .pic:before {
    left: 0px;
    top: 0px;
    right: 0px;
}

.newsName {
    overflow: hidden;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    height: 30px;
    transition: all 0.3s linear;
    position: relative;
    white-space: nowrap;
}

.newsName:before {
    display: block;
    content: "";
    overflow: hidden;
    width: 0px;
    height: 1px;
    background: #333;
    transition: all 0.3s linear;
    position: absolute;
    left: 0px;
    top: 50%;
}

.newsIntr {
    font-size: 13px;
    color: #999;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    transition: all 0.3s linear;
}

.listOhter {
    overflow: hidden;
}

.listType {
    overflow: hidden;
    font-size: 14px;
    color: #999;
    line-height: 30px;
    /*padding-left: 22px;
    background: url(../images/listType.png) no-repeat left center;*/
}

.listType .fa-type {
    font-size: 14px;
    padding-right: 5px;
    padding-left: 1px;
}

.newsTime .fa-time {
    padding-right: 5px;
    padding-left: 1px;
}

.newsTime {
    font-size: 14px;
    color: #999;
    line-height: 30px;
    overflow: hidden;
    /*padding-left: 20px;
    background: url(../images/time.png) no-repeat left center;*/
}

.news_dl .list_a:hover {
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.news_dl .list_a:hover .newsName {
    /*padding-left: 30px;*/
    color: #16559d;
}

.news_dl .list_a:hover .newsName:before {
    /*width: 25px;*/
}

.news_dl .list_a:hover .newsIntr {
    color: #666;
}

/*
* 友情链接 kis2
*/
.linkCont {
    border-top: 1px solid #f2f2f2;
    padding: 20px 0px 0px 0px;
    overflow: hidden;
}

.linkL {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    overflow: hidden;
}

.linkR {
    overflow: hidden;
    line-height: 30px;
}

.linkR a {
    font-size: 14px;
    color: #999;
    transition: all 0.3s linear;
    float: left;
    margin: 0px 5px;
}

.linkR a:hover {
    color: #666;
}

/*
* 案例频道页 kis2
*/
.caseAnchorRow {
    height: 70px;
    position: relative;
    z-index: 5;
}

.caseAnchorFixed {
    background: #fff;
}

.tabSearch {
    width: 320px;
    overflow: hidden;
    padding: 10px 0px;
}

.tabSearchDiv {
    overflow: hidden;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    position: relative;
    padding: 0px 50px 0px 10px;
}

.tabSearchInp {
    width: 100%;
    display: block;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    background: none;
    border: none;
    outline: none;
    font-size: 14px;
    color: #666;
}

.tabSearchBt {
    display: block;
    width: 40px;
    height: 38px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 20px;
    color: #4366bf;
    text-align: center;
    line-height: 38px;
}

.caseAnchorRow .tabBox {
    padding: 0px;
}

.anchor_dl dd {
    line-height: 70px;
}

.anchor_dl dd .tab_a:after {
    display: block;
    content: "";
    overflow: hidden;
    height: 2px;
    background: #005aaa;
    width: 0px;
    left: 50%;
    bottom: 0px;
    position: absolute;
    transition: all 0.3s linear;
    transform: translateX(-50%);
}

.anchor_dl dd.hover .tab_a:after {
    width: 100%;
}

.caseTabBox.tabBox:before,
.caseTabBox.tabBox:after {
    display: none;
}

.caseTitBox {
    overflow: hidden;
}

.caseTit {
    overflow: hidden;
    font-size: 24px;
    color: #000;
    line-height: 40px;
    position: relative;
    padding-left: 50px;
}

.caseTit:before {
    display: block;
    content: "";
    overflow: hidden;
    width: 40px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0px;
    top: 50%;
}

.caseTabBox .anchor_dl {
    margin-left: -15px;
}

.caseAnchorFixed.fixed {
    overflow: hidden;
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9;
    box-shadow: -3px 1px 3px rgba(0, 0, 0, 0.1);
}

.caseAnchorFixed.fixed .anchor_dl {
    visibility: visible !important;
}

/*
* 热门案例详情 kis2
*/
.caseView .center {
    width: 1920px;
    overflow: hidden;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.caseView img {
    max-width: 100%;
    vertical-align: top;
}

.caseContext {
    overflow: hidden;
    padding: 40px 0px;
    border-bottom: 1px solid #fafafa;
}

.caseViewTit {
    overflow: hidden;
    font-size: 18px;
    color: #000;
    line-height: 30px;
}

.caseViewTit span {
    padding-right: 5px;
}

.page2 {
    position: fixed;
    right: 1%;
    top: 50%;
    z-index: 999999999999999999999999999999999;
    margin-top: -67px;
}

.page2_dl {
    /*overflow: hidden;*/
}

.page2_dl dt {
    overflow: hidden;
    margin-bottom: 40px;
}

.page2_dl dt span {
    font-size: 14px;
    text-align: center;
    color: #333;
    line-height: 20px;
    display: block;
    padding: 2px 0px;
}

.page2_dl dd {
    margin-bottom: 10px;
}

.page2_dl dd a {
    display: block;
    width: 45px;
    height: 45px;
    overflow: hidden;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    border-radius: 45px;
}

.page2_dl dd a span {
    display: block;
    height: 45px;
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.pageNext2:after,
.pagePrev2:after {
    display: block;
    content: "";
    overflow: hidden;
    width: 200%;
    height: 200%;
    position: absolute;
    left: -50%;
    top: -50%;
    z-index: 1;
    background: #000;
    transform: scale(0);
    transition: all 0.5s;
    border-radius: 100%;
}

.pageNext2:hover:after,
.pagePrev2:hover:after {
    transform: scale(1);
}

.pageNext2:hover span,
.pagePrev2:hover span {
    color: #fff;
}

.pagePrev2 span:before,
.pagePrev2 span:after {
    display: block;
    content: "\e667";
    overflow: hidden;
    font-family: "aykjweb" !important;
    font-size: 18px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    text-align: center;
    line-height: 45px;
    transition: all 0.3s linear;
}

.pagePrev2 span:before {
    left: 100%;
    color: #fff;
    /*background: #000;*/
}

.pagePrev2 span:after {
    left: 0px;
    color: #acacac;
}

.pagePrev2:hover span:before {
    left: 0px;
}

.pagePrev2:hover span:after {
    left: -100%;
    transform: scale(0);
}

.pageNext2 span:before,
.pageNext2 span:after {
    display: block;
    content: "\e601";
    overflow: hidden;
    font-family: "aykjweb" !important;
    font-size: 18px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    text-align: center;
    line-height: 45px;
    transition: all 0.3s linear;
}

.pageNext2 span:before {
    left: 0px;
    color: #acacac;
}

.pageNext2 span:after {
    left: -100%;
    color: #fff;
    transform: scale(0);
    /*background: #000;*/
}

.pageNext2:hover span:before {
    left: 100%;
}

.pageNext2:hover span:after {
    left: 0px;
    transform: scale(1);
}

.share2 {
    display: block;
    border-radius: 3px;
    text-align: center;
    width: 46px;
    height: 46px;
    margin-bottom: 40px;
    position: relative;
    /*overflow: hidden;*/
    border-radius: 45px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.share2 span {
    display: block;
    font-size: 12px;
    position: relative;
    z-index: 3;
    transition: all 0.3s;
    line-height: 15px;
    padding: 7px 0px;
    background: #d71718;
    color: #fff;
    border-radius: 45px;
}

.share2:after {
    display: none;
    content: "";
    overflow: hidden;
    width: 200%;
    height: 200%;
    position: absolute;
    left: -50%;
    top: -50%;
    z-index: 1;
    background: #000;
    transform: scale(0);
    transition: all 0.3s;
    border-radius: 100%;
}

.share2:hover:after {
    transform: scale(1);
}

.share2:hover span {
    /*color:#fff;*/
}

.share2 .animated-circles .c-1,
.share2 .animated-circles .c-2,
.share2 .animated-circles .c-3 {
    width: 45px;
    height: 45px;
    margin: -23px 0px 0px -23px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: rgba(255, 81, 82, 0.3);
    border-radius: 50%;
}

.share2 .animated-circles.animated1 .c-1 {
    animation: 2s scaleToggleOne cubic-bezier(.25, .46, .45, .94) forwards
}

.share2 .animated-circles.animated1 .c-2 {
    animation: 2.5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) forwards
}

.share2 .animated-circles.animated1 .c-3 {
    animation: 3s scaleToggleThree cubic-bezier(.25, .46, .45, .94) forwards
}

@keyframes scaleToggleOne {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    50% {
        transform: scale(2);
        -webkit-transform: scale(2)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes scaleToggleTwo {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    20% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    60% {
        transform: scale(2);
        -webkit-transform: scale(2)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes scaleToggleThree {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    33.33333% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    66.666666% {
        transform: scale(2);
        -webkit-transform: scale(2)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

/* 百度商桥 start */
#newBridge .icon-right-center {
    right: 2px;
    top: auto;
    left: auto;
    bottom: 10px;
    margin: -25px 0 0 0;
}

/* 百度商桥 end */


/*
* 关于我们 kis2
*/
.rowBgBox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
}

.rowBg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.layer .rowBg {
    position: absolute !important;
    left: -5%;
    right: -5%;
    top: -5%;
    bottom: -5%;
    width: auto;
    height: auto;
}

.txtAnchor {
    visibility: hidden;
}

.rowTitBox {
    position: relative;
    z-index: 5;
}

.txt-c {
    text-align: center;
}

.txt-l {
    text-align: left;
}

.txt-r {
    text-align: right;
}

.c-fff {
    color: #fff;
}

.rowTitCh {
    font-size: 36px;
    color: #333;
    line-height: 40px;
    font-weight: normal;
}

.rowTitIntr {
    font-size: 14px;
    color: #787878;
    line-height: 25px;
    overflow: hidden;
}

.c-fff .rowTitCh {
    color: #fff;
}

.c-fff .rowTitIntr {
    color: #fff;
}

.aboutL {
    position: relative;
    overflow: hidden;
}

.aboutLCont {
    position: relative;
    overflow: hidden;
    max-width: 550px;
}

.aboutLCont:after {
    display: block;
    content: "";
    padding-top: 80%;
    overflow: hidden;
}

.aboutName {
    font-size: 24px;
    color: #333;
    position: relative;
    line-height: 30px;
    padding-bottom: 10px;
}

.aboutName:after {
    display: block;
    content: "";
    overflow: hidden;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #d9dde0;
}

.aboutIntr {
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    /*text-indent: 2em;*/
}

/*.aboutIntr p{
    text-indent: 2em;
}*/
.aboutR {
    margin: 0px auto;
    max-width: 700px;
    margin-top: -100px;
}

.about_dl {
    /*w:550*/
    position: relative;
    overflow: hidden;
    margin-left: -25px;
    padding-top: 5%;
}

.about_dl dd {
    float: left;
    padding: 0 25px;
    display: inline;
}

@media screen and (max-width: 1500px) {
    .about_dl {
        /*w:550*/
        margin-left: -14px;
    }

    .about_dl dd {
        padding: 0 14px;
    }
}

.aboutDiv {
    position: relative;
    font-size: 30px;
    text-align: center;
    color: #005aaa;
    line-height: 40px;
    height: 40px;
}

.aboutDiv i {
    font-size: 14px;
    color: #0a418c;
}

.aboutDataIntr {
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 28px;
    padding-top: 10px;
}

.aboutR {
    max-width: 600px;
    margin: 0 auto;
}

.aboutR .pic {
    border-radius: 5px;
    cursor: pointer;
}

.aboutR .pic:after {
    padding-top: 56.25%;
}

.aboutR .ico {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    height: 60px;
    width: 60px;
    z-index: 9;
    background: url(../images/playIco.png) center center no-repeat;
}

/*
* 旗下平台 kis2
*/
.about2Cont {
    position: relative;
}

.platform_dl {
    text-align: center;
    font-size: 0;
}

.platform_dl dd {
    display: inline-block;
    padding: 10px 0px;
    position: relative;
    right: -15px;
}

.platform_dl dd+dd {
    left: -15px;
    right: auto;
}

.platformCont {
    position: relative;
    padding: 30px;
    width: 440px;
    height: 440px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.platformLogo {
    display: block;
    overflow: hidden;
    text-align: center;
    height: 70px;
    padding-top: 80px;
}

.platformLogo img {
    display: inline-block;
    height: 70px;
}

.platformTxt {
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    height: 180px;
    width: 365px;
    margin: 0 auto;
}

.platformDeta {
    overflow: hidden;
}

.platformBt {
    display: block;
    overflow: hidden;
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background: #f79100 url(../images/link1.png) center center no-repeat;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -25px;
    z-index: 9;
}

.platformBt:after {
    display: block;
    content: "";
    overflow: hidden;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.5);
    transform: scale(0);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: -100px 0px 0px -100px;
    transition: all 0.3s linear;
}

.platformBt:hover:after {
    transform: scale(1);
}

.platformBt i {
    position: relative;
    z-index: 5;
}

.platformCode {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: rotate(90deg) scale(0.6);
    transition: 0.4s ease;
}

.platformCode p {
    overflow: hidden;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -80px 0 0 -80px;
}

.platformCode p img {
    display: block;
    width: 160px;
    height: 160px;
}

.platformCont:hover .platformCode {
    opacity: 1;
    visibility: visible;
    transform: rotate(0deg) scale(1);
}

/*
* 资质荣誉 kis2
*/
.honnorBox {
    padding-top: 24.3943662%;
    position: relative;
}

.honnorCont {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.demo {
    margin: 0 250px;
    height: 100%;
}

.demo li {
    height: 100%;
    width: 50%;
    text-align: center;
    cursor: pointer;
    opacity: 1 !important;
}

.demo li.roundabout-in-focus {
    cursor: default;
}

.honnor_a {
    display: block;
    padding-top: 68.2170543% !important;
    overflow: hidden;
}

/*.honnor_a img{
    -webkit-box-reflect: below 0px -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}*/

/*
* 发展历程 kis2
*/
.development {
    position: relative;
    margin-right: 160px;
}

.deveCon {
    position: absolute;
    width: 55%;
    top: 20%;
    left: 10%;
    box-sizing: border-box;
    padding-top: 14%;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    z-index: 9;
}

.deveCon dd {
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
}

.deveCon dd.hover {
    opacity: 1;
    visibility: visible;
}

.deveCon .pic {
    width: 35%;
    margin-right: 20px;
}

.deveConTxt {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    overflow: hidden;
    padding-top: 10px;
    max-height: 90%;
    overflow-y: auto;
}

.deve_dl {
    position: relative;
    padding-top: 35.939394%;
    z-index: 5;
}

.deve_dl dt {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: url(../images/developmentBg.png) no-repeat left bottom;
    background-size: 100%;
    z-index: 2;
    transition: all 0.6s ease-in;
}

@media screen and (max-width: 1440px) {
    .deve_dl dt {
        bottom: -13px;
    }
}

.show .deve_dl dt {
    height: 100%;
}

.deve_dl dd {
    position: absolute;
    z-index: 6;
}

.deve_dl dd.dd1 {
    left: 3.272727%;
    top: 92%;
}

.deve_dl dd.dd2 {
    left: 19.272727%;
    top: 89%;
}

.deve_dl dd.dd3 {
    left: 38.545454%;
    top: 84%;
}

.deve_dl dd.dd4 {
    left: 56.787879%;
    top: 76.5%;
}

.deve_dl dd.dd5 {
    left: 74.212121%;
    top: 67.5%;
}

.deve_dl dd.dd6 {
    left: 86.575758%;
    top: 55.5%;
}

.deve_dl dd.dd7 {
    left: 92%;
    top: 15.5%;
}

.deve_dl dd.dd8 {
    left: 86.575758%;
    bottom: 26.808081%;
}

.deve_dl dd.dd9 {
    left: 60.9090909%;
    bottom: 30.5050505%;
}

.deve_dl dd.dd10 {
    left: 65.3333333%;
    bottom: 34.3434343%;
}

.deve_dl dd.dd11 {
    left: 70.9090909%;
    bottom: 40.4040404%;
}

.deve_dl dd.dd12 {
    left: 77.33333333%;
    bottom: 48.4848485%;
}

.deve_dl dd:hover {
    z-index: 8;
}

.deve_a {
    position: relative;
    display: block;
    width: 135px;
    opacity: 0;
    transition: all 0.2s linear;
}

.show .deve_dl .deve_a {
    opacity: 1;
    transform: scale(1) translateY(0px);
}

.year {
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    color: #0a418c;
    line-height: 30px;
    font-weight: bold;
    transition: all 0.3s linear;
    position: relative;
}

.deve_dl dd.hover .year,
.deve_a:hover .year {
    color: #fc8404;
    font-size: 18px;
}

.deve_dl .icon {
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

.deve_dl .icon:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: #fc8404;
    position: absolute;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    z-index: 10;
}

.deve_dl dd.hover .icon:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    transition-duration: 0.3s;
    animation: ripples 2.5s infinite ease-in;
    animation-delay: 0.4s;
    border: 1px solid #fc8404;
    background: #fff;
    box-sizing: border-box;
}

.deve_dl dd.hover .icon i {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    transition-duration: 0.3s;
    animation: ripples 2.5s infinite ease-in;
    animation-delay: 0.4s;
    border: 1px solid #fc8404;
    background: #fff;
    box-sizing: border-box;
    animation-delay: 0.1s;
}

@keyframes ripples {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    33.33% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        transform: scale(1.5);
    }

    100% {
        opacity: 0;
    }
}

.ceveIntr {
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 25px;
    position: relative;
    padding-top: 5px;
}

.deveTxt_dl {
    overflow: hidden;
}

.deveTxt_dl dd {
    width: 33.333333%;
    overflow: hidden;
    float: left;
    display: inline;
    transform: translateY(10px);
    opacity: 0;
    transition: all 0.3s linear;
}

.deveTxt_dl dd:nth-child(1) {
    transition-delay: 0s;
}

.deveTxt_dl dd:nth-child(2) {
    transition-delay: 0.5s;
}

.deveTxt_dl dd:nth-child(3) {
    transition-delay: 1s;
}

.show .deveTxt_dl dd {
    transform: translateY(0px);
    opacity: 1;
}

.deveTxtDiv {
    overflow: hidden;
    text-align: center;
    padding: 0px 15px;
}

.deveTxtName {
    overflow: hidden;
    font-size: 24px;
    color: #333;
    line-height: 30px;
}

.deveTxtIntr {
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

/*
* 领导致辞 kis2
*/
.leader {
    overflow: hidden;
    background: #5f81aa;
    background-size: cover;
}

.leaderCont {
    padding-left: 50%;
    position: relative;
    overflow: hidden;
}

.leaderImg {
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 0px;
    top: 0;
    right: 0;
}

.leaderImg img {
    height: 100%;
}

.leaderDeta {
    overflow: hidden;
    padding: 50px 50px 50px 0;
    position: relative;
    z-index: 9;
}

.leaderTit {
    overflow: hidden;
    font-size: 24px;
    color: #fff;
    line-height: 30px;
}

.leaderTxt {
    overflow: hidden;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 30px;
    max-height: 180px;
    text-indent: 2rem;
}

.signature {
    overflow: hidden;
    text-align: right;
}

.signature img {
    max-width: 100%;
}

/*
* 企业文化 kis2
*/
.culture {
    padding: 0 85px;
    position: relative;
}

.culture .swiper-wrapper {
    overflow: hidden;
}

.culture .swiper-slide {
    float: left;
    display: inline;
    width: 25%;
}

.culture .list_a {
    display: block;
    margin: 0 15px;
    padding: 10px 30px;
    background: #fff;
    transition: 0.4s;
}

.culture .pic {
    transition: 0.4s ease-in-out;
}

.culture .pic:after {
    padding-top: 56.25%;
    transition: 0.4s ease-in-out;
}

.culture .pic img {
    object-fit: cover;
}

.culture .title {
    font-size: 20px;
    color: #333;
    line-height: 36px;
    margin-bottom: 10px;
}

.culture .data {
    padding: 20px 0;
}

.culture .info {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    height: 210px;
    overflow: hidden;
    margin-bottom: 15px;

}

.culture .info a {
    display: block;
    transition: 0.2s;
}

.culture .info a:hover {
    color: #16559d;
}

.culture .declare:hover .info {
    overflow: initial;
}

.culture .declare .declareInfo {
    height: 210px;
    overflow: hidden;
    transition: 0.4s ease-in-out;
}

.culture .declare:hover .declareInfo {
    height: 390px;
}

.culture .declare:hover .pic {
    opacity: 0;
}

.culture .more {
    width: 67px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
    background: #a3c9fc;
    text-align: center;
    border-radius: 26px;
    transition: 0.4s;
}

.culture .declare:hover .more {
    opacity: 0;
}

.culture .more span {
    font-size: 12px;
}

.culturePrev,
.cultureNext {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #666;
    z-index: 9;
    cursor: pointer;
}

.culturePrev {
    left: 0;
}

.cultureNext {
    right: 0;
}

.culture .list_a:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08)
}

.culture .list_a:hover .more {
    transform: translateX(4px);
}

/* 发展战略 */

.tactic_dl2 {
    overflow: hidden;
}

.tactic_dl2 dd {
    width: 33.3333333%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 50px 0px;
}

.tactic_dl2 .list_a {
    width: 108px;
    margin: 0px auto;
    overflow: visible;
    position: relative;
}

.tactic_dl2 dd.dd1 .list_a {
    float: left;
}

.tactic_dl2 dd.dd2 .list_a {
    width: 128px;
    padding-top: 20px;
}

.tactic_dl2 dd.dd3 .list_a {
    float: right;
}

.tacticDiv2 {
    position: relative;
    padding-bottom: 40px;
}

.tacticIcon2 {
    overflow: hidden;
    padding-top: 112.9626953%;
    position: relative;
    animation: tacticIcon2 2s linear infinite;
}

@keyframes tacticIcon2 {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.tactic_dl2 dd.dd1 .tacticIcon2 {
    background: url(../images/tacticIcon2_1.png) no-repeat center top;
    background-size: 100% auto;
}

.tactic_dl2 dd.dd2 .tacticIcon2 {
    background: url(../images/tacticIcon2_2.png) no-repeat center top;
    background-size: 100% auto;
    animation-delay: 0.5s;
}

.tactic_dl2 dd.dd3 .tacticIcon2 {
    background: url(../images/tacticIcon2_3.png) no-repeat center top;
    background-size: 100% auto;
}

.tacticDiv2:after {
    display: block;
    content: "";
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding-top: 32.4074074%;
    animation: tacticDiv2 2s linear infinite;
}

@keyframes tacticDiv2 {
    0% {
        transform: scale(1);
        opacity: 1
    }

    50% {
        transform: scale(0.5);
        opacity: 0.8
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.tactic_dl2 dd.dd1 .tacticDiv2:after {
    background: url(../images/tacticIcon2Bg1.png) no-repeat center center;
    background-size: cover;
}

.tactic_dl2 dd.dd2 .tacticDiv2:after {
    background: url(../images/tacticIcon2Bg2.png) no-repeat center center;
    background-size: cover;
    animation-delay: 0.5s;
}

.tactic_dl2 dd.dd3 .tacticDiv2:after {
    background: url(../images/tacticIcon2Bg3.png) no-repeat center center;
    background-size: cover;
}

.tacticIcon2 span {
    display: block;
    overflow: hidden;
    text-align: center;
    position: absolute;
    left: 5px;
    top: 1px;
    right: 5px;
    border: 8px solid;
    border-radius: 100%;
}

.tacticIcon2 span i {
    display: block;
    font-size: 36px;
    color: #fff;
    width: 100%;
    padding-top: 100%;
    position: relative;
    text-align: center;
    border-radius: 100%;
}

.tactic_dl2 dd.dd1 .tacticIcon2 span i {
    font-size: 44px;
}

.tacticIcon2 span i:before {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}

.tactic_dl2 dd.dd1 .list_a:hover .aykjweb:before {
    animation: rockets 1s linear forwards;
}

@keyframes rockets {
    0% {
        transform: translateY(-50%);
    }

    20% {
        transform: translateY(-150%);
    }

    20.000001% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(-50%);
    }
}

.tactic_dl2 dd.dd3 .list_a:hover .aykjweb:before {
    animation: set 2s linear infinite;
}

@keyframes set {
    0% {
        transform: translateY(-50%) rotate(0deg);
    }

    100% {
        transform: translateY(-50%) rotate(360deg);
    }
}

.tactic_dl2 dd.dd1 .tacticIcon2 span {
    background: #fdcb89;
    border-color: #fbad50;
}

.tactic_dl2 dd.dd2 .tacticIcon2 span {
    background: #ff8b8f;
    border-color: #fd5c62;
}

.tactic_dl2 dd.dd3 .tacticIcon2 span {
    background: #8890ff;
    border-color: #707afd;
}

.tactic2Name {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    clear: both;
    text-align: center;
}

.tacticMapBox {
    position: relative;
}

.tacticMap {
    /*572*584*/
    padding-top: 102.097902%;
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.tacticMap:after {
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../images/map/map.png) no-repeat center center;
    background-size: cover;
    z-index: 2;
}

.tacticMap dd {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 5;
}

.tacticMap dd:after {
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
}

.tacticMap .baoshan:after {
    background: url(../images/map/baoshan.png);
}

.tacticMap .chuxiong:after {
    background: url(../images/map/chuxiong.png);
}

.tacticMap .dali:after {
    background: url(../images/map/dali.png);
}

.tacticMap .dehong:after {
    background: url(../images/map/dehong.png);
}

.tacticMap .diqing:after {
    background: url(../images/map/diqing.png);
}

.tacticMap .honghe:after {
    background: url(../images/map/honghe.png);
}

.tacticMap .kunming:after {
    background: url(../images/map/kunming.png);
}

.tacticMap .lijiang:after {
    background: url(../images/map/lijiang.png);
}

.tacticMap .lincang:after {
    background: url(../images/map/lincang.png);
}

.tacticMap .nujiang:after {
    background: url(../images/map/nujiang.png);
}

.tacticMap .puer:after {
    background: url(../images/map/puer.png);
}

.tacticMap .qujing:after {
    background: url(../images/map/qujing.png);
}

.tacticMap .wenshan:after {
    background: url(../images/map/wenshan.png);
}

.tacticMap .xishuangbanna:after {
    background: url(../images/map/xishuangbanna.png);
}

.tacticMap .yuxi:after {
    background: url(../images/map/yuxi.png);
}

.tacticMap .zhaotong:after {
    background: url(../images/map/zhaotong.png);
}

.tacticMapTxt_dl {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 8;
    display: none;
}

.tacticMapTxt_dl dd {
    position: absolute;
}

.tacticMap_a {
    display: block;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
}

.tacticMap_a p {
    width: 10px;
    height: 10px;
    position: relative;
    margin: 0px auto;
    border: 3px solid #82abc9;
    border-radius: 20px;
}

.tacticMap_a span {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #1e5ca4;
    text-align: center;
    line-height: 30px;
    white-space: nowrap;
}

.mapLine {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 7;
    background: url(../images/map/mapLine.png) no-repeat center center;
    background-size: cover;
}

/*
* 团队风采 kis2
*/
.teamBox {
    overflow: hidden;
    position: relative;
}

/*.teamSwiper .pic{
    padding-top: 66.6666666%;
}*/
.teamSwiper.swiper-container {
    padding-bottom: 40px;
}

.teamSwiper .swiper-pagination {
    bottom: 0px !important;
}

.teamSwiper .swiper-pagination-bullet {
    background: #ccc;
    opacity: 1 !important;
}

.teamSwiper .swiper-pagination-bullet-active {
    background: #005aaa;
}

.teamSwiper .list_a {
    border-radius: 3px;
    transition: all 0.3s linear;
}

.teamSwiper .list_a:hover {
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.teamBox .pic {
    background-size: cover;
}

.teamDeta {
    padding: 20px;
    overflow: hidden;
    background: #fff;
}

.teamName {
    overflow: hidden;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    height: 30px;
}

.teamOhter {
    overflow: hidden;
    line-height: 25px;
    font-size: 14px;
    color: #a1a1a1;
}

.teamMore {
    height: 25px;
    padding-left: 25px;
    background: url(../images/teamMore.png) no-repeat left center;
}

/*
* 联系我们 kis2
*/
.contact_dl {
    overflow: hidden;
    margin: 0px -100px;
}

.contact_dl dd {
    width: 33.333333%;
    float: left;
    display: inline;
    overflow: hidden;
}

.contactDiv {
    overflow: hidden;
    margin: 0px 100px;
}

.contactTit {
    overflow: hidden;
    font-size: 24px;
    color: #000;
    line-height: 30px;
}

.contact_ul {
    overflow: hidden;
}

.contact_ul li {
    overflow: hidden;
    line-height: 30px;
    position: relative;
    padding: 5px 0px 5px 25px;
}

.contactName {
    font-size: 14px;
    color: #666;
    overflow: hidden;
}

.contactTxt {
    font-size: 18px;
}

.contact_ul li:before {
    display: block;
    overflow: hidden;
    width: 30px;
    line-height: 30px;
    font-family: "aykjweb" !important;
    font-size: 20px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0px;
    top: 5px;
    text-align: left;
}

.tel:before {
    content: "\e6d4";
}

.qq:before {
    content: "\e616";
}

.email:before {
    content: "\e65f";
    font-size: 18px !important;
}

.location:before {
    content: "\e615";
}

.msgBox {
    background: #fff;
    padding: 60px 170px;
    position: relative;
}

.msgBox:before {
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    overflow: hidden;
    position: absolute;
    left: -113px;
    bottom: -25px;
    background: url(../images/msgBg.png) no-repeat left bottom;
}

.form_dl {
    position: relative;
    z-index: 5;
    margin: 0px -15px;
}

.form_dl dd {
    width: 33.3333333%;
    float: left;
    display: inline;
    padding: 15px 0px;
}

.form_dl dt {
    width: 100%;
    float: left;
    display: inline;
    padding: 15px 0px;
}

.formDiv {
    margin: 0px 15px;
    position: relative;
    z-index: 5;
}

.formC {
    background: #f4f4f4;
    border-radius: 3px;
    padding: 0px 10px;
    position: relative;
    overflow: hidden;
}

.formC:after {
    display: block;
    content: "";
    overflow: hidden;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #f4f4f4;
}

.warning .formC:after {
    background: #e10922;
}

.formInp {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f4f4f4;
    border-radius: 3px;
    font-size: 14px;
    color: #999;
    outline: none;
    border: none;
    font-family: 'FuturaLTLight', 'Microsoft YaHei', "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}

.formArea {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 125px;
    line-height: 25px;
    background: #f4f4f4;
    border-radius: 3px;
    font-size: 14px;
    color: #999;
    outline: none;
    border: none;
    line-height: 25px;
    padding: 5px 0px;
    resize: none;
    font-family: 'FuturaLTLight', 'Microsoft YaHei', "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}

.msgBtBox {
    overflow: hidden;
    position: relative;
    z-index: 5;
}

a.msgBt {
    display: block;
    width: 260px;
    height: 40px;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    border-radius: 3px;
    background: #eee;
}

.msgBt.hover {
    background: #005aaa;
    color: #fff;
}

/*
* 人才招聘 kis2
*/
.recruitConcept {
    overflow: hidden;
}

.recruitConceptL {
    padding-top: 200px;
}

.conceptName {
    overflow: hidden;
    font-size: 24px;
    color: #005aaa;
    line-height: 30px;
}

.conceptIntr {
    overflow: hidden;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.conceptImg {
    overflow: hidden;
}

.conceptImg img {
    max-width: 100%;
}

.recruit_dl {
    overflow: hidden;
    position: relative;
}

.recruit_dl dd {
    padding: 50px 0px;
    position: relative;
    overflow: hidden;
    z-index: 5;
}

.recruit_dl dt {
    width: 100%;
    height: 0px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fbfcff;
    z-index: 2;
}

.recruitDiv {
    /*padding: 0px 20px;*/
    overflow: hidden;
}

.recruitBtBox {
    overflow: hidden;
    padding: 7px 0px;
}

a.recruitBt {
    display: block;
    overflow: hidden;
    width: 110px;
    height: 38px;
    border: 1px solid #c9dcee;
    border-radius: 3px;
    line-height: 38px;
    text-align: center;
    float: left;
    margin: 0px 10px;
    font-size: 14px;
    color: #005aaa;
    transition: all 0.3s linear;
    position: relative;
}

.recruitBt.hover {
    color: #000;
    background: #ccdeee;
    border-color: #ccdeee;
}

.recruitBt span {
    position: relative;
    z-index: 1;
}

.recruitBt:after {
    display: block;
    content: "";
    width: 130px;
    height: 130px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -65px 0px 0px -65px;
    background: #005aaa;
    transition: all 0.3s linear;
    transform: scale(0);
}

.recruitBt:hover {
    color: #fff;
    border-color: #005aaa;
}

.recruitBt:hover:after {
    transform: scale(1);
}

.recruitCont {
    overflow: hidden;
}

a.recruitName {
    display: block;
    font-size: 24px;
    color: #343434;
    line-height: 30px;
    transition: all 0.3s linear;
}

.recruitName:hover {
    color: #005aaa;
}

.recruitName.hot span {
    padding-right: 30px;
    background: url(../images/hot.png) no-repeat right center;
}

.recruitIntr {
    overflow: hidden;
    font-size: 14px;
    color: #999;
    line-height: 25px;
}

.recruitIntr i {
    padding: 0px 15px;
}

/*
* 瀑布流 kis2
*/
.grid .listDeta {
    padding: 20px;
}

.grid .list_a {
    transition: all 0.3s linear;
    margin: 10px;
}

.grid .list_a:hover {
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}

.gridBox {
    position: relative;
    opacity: 0;
    transition: .2s ease;
}

.gridBox {
    margin: 0 -10px;
}

.grid {
    position: relative;
    /* fluffy */
    width: 100%;
}

.grid-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    border-radius: 3px;
    transition: .3s ease-in-out;
}

.gridPic {
    overflow: hidden;
    padding: 15px;
}

.gridPic img {
    width: 100%;
}

.grid-item .list_a {
    background: #fff;
    border-radius: 3px;
}

.grid .gridPic {
    position: relative;
    padding: 0;
}

.grid .gridPic:before {
    display: block;
    content: '';
    padding-top: 52.65%;
}

.grid .gridPic img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center center;
}

/* 图文列表 start */
.imgText1 {
    overflow: hidden;
    margin: -10px;
}

.imgText1 dd {
    float: left;
    display: inline;
    width: 25%;
}

.imgText1 dd .con {
    background: #fff;
    border-radius: 3px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin: 10px;
    display: block;
    padding: 0;
}

.imgText1 dd .con:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}

.imgText1 dd .pic::after {
    padding-top: 56.25%;
}

.imgText1 dd .text {
    overflow: hidden;
    padding: 20px;
}

.imgText1 dd .title {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    line-height: 25px;
    height: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.imgText1 dd .info {
    font-size: 13px;
    color: #888;
    overflow: hidden;
    line-height: 30px;
    padding-top: 10px;
    height: 60px;
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
}

.imgText1 dd .textC {
    overflow: hidden;
    padding-top: 10px;

}

.imgText1 dd .eyes {
    float: right;
    display: inline;
    overflow: hidden;
    font-size: 13px;
    color: #999;
    line-height: 20px;
    height: 20px;
}

.imgText1 dd .date {
    line-height: 20px;
    overflow: hidden;
    font-size: 13px;
    color: #999;
    height: 20px;
}

/* 图文列表 end */
/* mq */

@media screen and (max-width: 1366px) {
    .grid-item {
        width: 33.333333%;
    }
}

.commendNewsBox {
    position: relative;
}

.commendSwiper {
    padding-bottom: 50px;
}

.commendSwiper.swiper-container {
    overflow: visible;
}

.commendSwiper .swiper-wrapper {
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s linear !important;
}

.commendSwiper .swiper-wrapper:hover {
    transform: translateY(-5px);
}

.commendSwiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.commendSwiper .swiper-pagination {
    bottom: 0px;
}

.commendSwiper .list_a {
    background: #fff;
    padding: 20px;
    border-radius: 3px;
}

.commendSwiper .pic {
    width: 490px;
    padding-top: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 20px;
}

.commendSwiper .pic:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 56.25%;
}

.commendDeta {
    overflow: hidden;
    padding: 92px 0px;
}

.commendTime {
    overflow: hidden;
    text-align: center;
    padding: 20px 40px 20px 20px;
    position: relative;
}

.commendTime span {
    display: block;
    overflow: hidden;
    font-size: 48px;
    line-height: 50px;
    font-weight: bold;
    color: #1278f6;
}

.commendTime i {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    line-height: 20px;
}

.commendDiv {
    overflow: hidden;
    border-left: 1px solid #ddd;
    padding-left: 40px;
}

.commendTit {
    overflow: hidden;
    font-size: 22px;
    line-height: 25px;
    transition: all 0.3s linear;
}

.list_a:hover .commendTit {
    color: #1278f6;
}

.commendIntr {
    overflow: hidden;
    font-size: 13px;
    color: #888;
    line-height: 25px;
    height: 75px;
}

/*
* 业务 kis2
*/
.business_dl {
    overflow: hidden;
    margin-right: -2px;
}

.business_dl dd {
    width: 25%;
    overflow: hidden;
    float: left;
    display: inline;
}

.business_dl .list_a {
    margin-right: 2px;
    background: #f4f4f4;
    transition: all 0.3s linear;
}

.business_dl .list_a:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 100%;
}

.businessDiv {
    padding: 0px 50px;
    overflow: hidden;
}

@media screen and (max-width: 1366px) {
    .businessDiv {
        padding: 0px 20px;
    }
}

.busiName {
    font-size: 30px;
    color: #333;
    overflow: hidden;
    line-height: 40px;
    text-align: center;
    transition: all 0.3s linear;
}

.busiIcon {
    overflow: hidden;
    height: 70px;
    line-height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 60px;
    color: #333;
    text-align: center;
    transition: all 0.3s linear;
}

.busiDeta {
    overflow: hidden;
    height: 120px;
}

.busi_ul {
    margin: 0px -10px;
}

.busi_ul li {
    width: 50%;
    overflow: hidden;
    float: left;
    display: inline;
    line-height: 30px;
    position: relative;
    font-size: 14px;
    color: #333;
}

.busi_ul li span:after {
    display: block;
    content: "";
    overflow: hidden;
    width: 0px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px;
    transition: all 0.5s linear;
}

.busi_ul li:hover span:after {
    width: 100%;
}

.business_dl .list_a:hover {
    background: #d51321;
}

.busi_ul li span {
    display: block;
    margin: 0px 10px;
    transition: all 0.3s linear;
    position: relative;
    padding-left: 10px;
}

.busi_ul li span:before {
    display: block;
    content: "";
    overflow: hidden;
    width: 5px;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: #333;
    transition: all 0.3s linear;
}

.business_dl .list_a:hover .busi_ul li span:before {
    background: #fff;
}

.business_dl .fa.fa-mobile {
    font-size: 70px;
}

.business_dl .list_a:hover .busiName,
.business_dl .list_a:hover .busiIcon,
.business_dl .list_a:hover .busi_ul li,
.business_dl .list_a:hover .busi_ul li a {
    color: #fff;
}

/*
* 解决方案详细页
*/
.businessBtn {
    position: fixed;
    top: 50%;
    margin-top: -340px;
    right: 30px;
    z-index: 99;
}

.businessBtn dd {
    height: 54px;
    width: 54px;
    position: relative;
    margin-bottom: 14px;
}

.businessBtn a {
    display: block;
    height: 100%;
}

.businessBtn .ico {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 9;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    line-height: 54px;
    text-align: center;
    font-size: 22px;
    color: #666;
}

.grightIcon {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    border-radius: 100%;
    background-size: auto 50% !important;
}

.grightIcon1 {
    opacity: 1;
}

.grightIcon2 {
    opacity: 0;
}

.businessBtn a:hover .grightIcon1 {
    opacity: 0;
}

.businessBtn a:hover .grightIcon2 {
    opacity: 1;
}

.businessBtn a:hover .ico {
    background: #d51321;
    color: #fff;
}

/*.businessBtn .ico.ico1{background-image: url(../images/busIco1.png);}
.businessBtn .ico.ico2{background-image: url(../images/busIco2.png);}
.businessBtn .ico.ico3{background-image: url(../images/busIco3.png);}
.businessBtn .ico.ico4{background-image: url(../images/busIco4.png);}
.businessBtn .ico.ico5{background-image: url(../images/busIco5.png);}
.businessBtn .ico.ico6{background-image: url(../images/busIco6.png);}
*/
.businessBtn .text {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    line-height: 54px;
    width: 54px;
    border-radius: 52px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    overflow: hidden;
}

.businessBtn .text span {
    padding-right: 45px;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    transition-delay: 0.2s;
}

.businessBtn a:hover .ico {
    transform: rotate(360deg);
}

.businessBtn a:hover .ico.ico1 {
    background-image: url(../images/busIco1_h.png);
}

.businessBtn a:hover .ico.ico2 {
    background-image: url(../images/busIco2_h.png);
}

.businessBtn a:hover .ico.ico3 {
    background-image: url(../images/busIco3_h.png);
}

.businessBtn a:hover .ico.ico4 {
    background-image: url(../images/busIco4_h.png);
}

.businessBtn a:hover .ico.ico5 {
    background-image: url(../images/busIco5_h.png);
}

.businessBtn a:hover .ico.ico6 {
    background-image: url(../images/busIco6_h.png);
}

.businessBtn a:hover .text {
    width: 200px;
    background: linear-gradient(-45deg, #1278f6, #00b4aa);
}

.businessBtn a:hover .text span {
    opacity: 1;
    visibility: visible;
}

/*
* 新闻 kis2
*/
.row4Box {
    margin: 0px -10px;
    position: relative;
}

.row4L {
    width: 33.333333%;
    position: relative;
}

.row4L:after {
    display: block;
    content: "";
    overflow: hidden;
    left: 0px;
    right: 0px;
    bottom: -40px;
    position: absolute;
    padding-top: 17%;
    background: url(../images/shadow2.png) no-repeat center bottom;
    background-size: 100% auto;
}

.row4LBox {
    overflow: hidden;
    margin: 0px 10px;
    padding: 20px;
    background: #fff;
    position: relative;
    z-index: 3;
    border-radius: 3px;
}

.row4LSwiper {
    position: relative;
    overflow: hidden;
    padding: 0px 0px 30px 0px;
}

.row4LSwiper .swiper-pagination {
    width: auto;
    left: 0px;
    bottom: 0px;
}

.row4LSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.row4LSwiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #d71819;
}

.row4LSwiper .list_a {}

.row4LSwiper .pic:after {
    padding-top: 56.25%;
}

.row4LDeta {
    overflow: hidden;
    padding-top: 20px;
}

.row4LDeta .listIntr {
    line-height: 25px;
    height: 50px;
}

.row4R {
    position: absolute;
    right: 0px;
    left: 33.33333333%;
    height: 100%;
    top: 0px;
}

.row4R_dl {
    position: relative;
    margin: 0px 10px;
    height: 100%;
    border-radius: 3px;
}

.row4R_dl:before {
    display: block;
    content: "";
    overflow: hidden;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0px;
    background: #d9d9d9;
    z-index: 5;
}

.row4R_dl dd {
    width: 50%;
    float: left;
    display: inline;
    position: relative;
    height: 33.333333%;
    z-index: 3;
}

.row4R_dl dd:after {
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #d9d9d9;
    z-index: 6;
}

.row4R_dl dd:nth-child(5):after,
.row4R_dl dd:nth-child(6):after {
    display: none;
}

.row4R_dl dd:before {
    display: block;
    content: "";
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: -40px;
    right: 0px;
    padding-top: 20%;
    z-index: 1;
    background: url(../images/shadow2.png) no-repeat center bottom;
    background-size: 100% auto;
    transition: all 0.3s linear;
}

.row4R_dl .list_a {
    padding: 0px 30px;
    z-index: 5;
    height: 100%;
    background: #fff;
    transition: all 0.3s linear;
}

.row4R_dl .center {
    overflow: hidden;
    top: 50%;
    margin-top: -37px;
    position: relative;
}

.row4Time {
    overflow: hidden;
    margin-right: 20px;
    padding: 12px 0px;
}

.row4Time span {
    display: block;
    overflow: hidden;
    font-size: 30px;
    color: #333;
    text-align: center;
    line-height: 25px;
    font-weight: normal;
}

.row4Time i {
    display: block;
    overflow: hidden;
    font-size: 12px;
    color: #333;
    line-height: 25px;
    font-weight: normal;
}

.row4Deta {
    overflow: hidden;
}

.row4Deta .listIntr {
    line-height: 25px;
    padding-top: 5px;
    height: 50px;
}

.row4R .list_a .listTit {
    transition: all 0.3s linear;
}

.row4R_dl dd:hover {
    z-index: 4;
}

.row4R_dl dd:hover:before {
    opacity: 0;
}

.row4R .list_a:hover {
    -webkit-box-shadow: 0 8px 35px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 35px rgba(0, 0, 0, 0.2);
}

.row4Box .list_a:hover .listTit {
    color: #16559d;
}

.row4Deta .listTit {
    height: 25px;
}

/*
* cms
*/
.rowCont {
    position: relative;
    z-index: 3;
}

.rowCont:after {
    display: block;
    content: "";
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.cmsBg1-1 {
    width: 377px;
    height: 321px;
    position: absolute;
    left: auto;
    top: auto;
    right: 0px;
    bottom: 90px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.rowContRight {
    overflow: hidden;
    padding-top: 100px;
}

.cmsSwiper {
    padding-top: 60px;
}

.cms1Cont {
    overflow: hidden;
}

.rowSubTit {
    overflow: hidden;
    font-size: 20px;
    color: #3a416a;
    line-height: 30px;
    font-weight: bold;
}

.cms1_ul {
    overflow: hidden;
    padding-top: 10px;
}

.cms1_ul li {
    padding: 5px 0px 5px 20px;
    line-height: 25px;
    font-size: 14px;
    color: #576478;
    position: relative;
}

.cms1_ul li:before {
    display: block;
    content: "";
    overflow: hidden;
    width: 7px;
    height: 7px;
    border: 2px solid #5894cd;
    position: absolute;
    left: 0px;
    top: 12px;
    border-radius: 50%;
}

.numPage .swiper-container {
    padding-bottom: 50px;
}

.numPage .swiper-pagination {
    bottom: 0px;
    width: auto;
}

.numPage .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0px 5px;
    text-align: center;
    line-height: 20px;
    background: #576478;
    color: #fff;
    opacity: 1;
}

.numPage .swiper-pagination-bullet-active {
    background: #1a79eb;
}

.cms2Cont img {
    max-width: 100%;
}

.cmsBg2-1 {
    top: -170px;
    bottom: 0px;
    height: auto;
}

.cmsBg2-2 {
    bottom: 0px;
}

.cms3Swiper {
    overflow: hidden;
}

.cms3Swiper .swiper-slide {
    padding: 130px 0px 40px 0px;
    width: 25%;
    float: left;
    display: inline;
    height: 295px;
    position: relative;
}

.cms3Cont {
    position: relative;
    padding: 80px 50px 50px 50px;
    background: #67b8fd;
    border-radius: 3px;
    transition: all 0.3s linear;
    position: absolute;
    left: 40px;
    bottom: 40px;
    right: 0px;
}

.cmsIcon3 {
    width: 100px;
    overflow: hidden;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    position: absolute;
    left: 50px;
    top: -50px;
    transition: all 0.3s linear;
}

.cmsIcon3:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 100%;
}

.cmsIcon3-1 {
    background-image: url(../test/cms/cmsIcon3-1.png);
}

.cmsIcon3-2 {
    background-image: url(../test/cms/cmsIcon3-2.png);
}

.cmsIcon3-3 {
    background-image: url(../test/cms/cmsIcon3-3.png);
}

.cmsIcon3-4 {
    background-image: url(../test/cms/cmsIcon3-4.png);
}

.cms3Tit {
    overflow: hidden;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    font-weight: bold;
    height: 60px;
    transition: all 0.3s linear;
}

.cms3Intr {
    overflow: hidden;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    height: 100px;
    padding-top: 5px;
    transition: all 0.3s linear;
}

.cmsBg3-1 {
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    right: auto;
    height: auto;
    top: -170px;
}

.cmsBg3-1:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 49.21875%;
}

.cms3SwiperOther {
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 0px;
}

.cms3SwiperOther .center {
    display: inline-block;
    padding: 0px 50px;
    height: 40px;
    position: relative;
}

.cms3SwiperOther .swiper-pagination {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 14px 0px;
}

.cms3SwiperOther .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1;
    transition: all 0.3s linear;
    margin: 0px 6px;
    border-radius: 12px;
}

.cms3SwiperOther .swiper-pagination-bullet-active {
    width: 20px;
}

.cms3Swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: url(../images/btPrev-o-h.png) no-repeat center center;
    background-size: cover;
    left: 0px;
    margin-top: 0px;
    top: 0px;
}

.cms3Swiper .swiper-button-next {
    margin-top: 0px;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    background: url(../images/btNext-o-h.png) no-repeat center center;
    background-size: cover;
}

.cms3Swiper .swiper-slide-active .cms3Cont {
    background: #fff;
    left: 0px;
    right: -20px;
    padding: 100px 50px 100px 50px;
}

.cms3Cont:hover {
    background: rgba(255, 255, 255, 0.7);
}

.cms3Cont:hover .cmsIcon3,
.cms3Swiper .swiper-slide-active .cmsIcon3 {
    background-color: #eaf2fe;
}

.cms3Cont:hover .cms3Tit,
.cms3Swiper .swiper-slide-active .cms3Tit {
    color: #3a416a;
}

.cms3Cont:hover .cms3Intr,
.cms3Swiper .swiper-slide-active .cms3Intr {
    color: #777;
}

.cmsBg4-1 {
    /*height: auto;
    top: -;
    bottom: 0px;*/
}

.cmsBg4-2 {
    width: 220px;
    height: 120px;
    top: 60px;
}

.cmsBg4-3 {
    top: auto;
    bottom: 0px;
    height: auto;
}

.cmsBg4-3:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 10.4166667%;
}

.cms5Swiper .swiper-slide {
    width: 25%;
    padding-top: 10px;
}

.cms5Cont {
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    padding: 80px 30px;
    -webkit-box-shadow: 0px 10px 20px rgba(120, 131, 222, 0.2);
    box-shadow: 0px 10px 20px rgba(120, 131, 222, 0.2);
    transition: all 0.3s linear;
}

.cms5Cont:hover {
    transform: translateY(-10px);
    -webkit-box-shadow: 0px 10px 20px rgba(120, 131, 222, 0.3);
    box-shadow: 0px 10px 20px rgba(120, 131, 222, 0.3);
}

.cms5Icon {
    height: 140px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.cms5Cont:hover .cms5Icon {
    animation: cms5Icon 0.6s linear forwards;
}

@keyframes cms5Icon {
    0% {
        transform: rotate(0deg)
    }

    25% {
        transform: rotate(-5deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.cms5Icon1 {
    background-image: url(../test/cms/cms5-1.png);
}

.cms5Icon2 {
    background-image: url(../test/cms/cms5-2.png);
}

.cms5Icon3 {
    background-image: url(../test/cms/cms5-3.png);
}

.cms5Icon4 {
    background-image: url(../test/cms/cms5-4.png);
}

.cms5Tit {
    overflow: hidden;
    font-size: 20px;
    color: #3a416a;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
}

.cms5Intr {
    overflow: hidden;
    font-size: 14px;
    color: #576478;
    line-height: 25px;
    height: 25px;
    text-align: center;
}

.cmsBg5-1 {
    width: 1920px;
    left: 50%;
    right: auto;
    margin-left: -960px;
    bottom: auto;
    height: auto;
    top: -110px;
}

.cmsBg5-1:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 46.5104167%;
}

.cms5Swiper .swiper-container {
    padding-bottom: 50px;
}

.cms5Swiper .swiper-pagination {
    bottom: 0px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.cms6Box {
    position: relative;
    overflow: hidden;
    z-index: 5;
}

.cms6Box:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 30.46875%;
}

.cms6Cont {
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 50%;
    margin-top: -70px;
    text-align: center;
    z-index: 3;
}

.cms6Intr {
    height: 50px;
    position: relative;
    overflow: hidden;
}

.cms6Txt {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 50px;
    font-size: 36px;
    color: #3a416a;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    transition: all 0.3s linear;
    width: 100%;
}

.cms6Txt.hide {
    visibility: hidden;
    transform: translateY(100%);
    opacity: 0;
}

.cms6Box:hover .cms6Txt.show {
    visibility: hidden;
    transform: translateY(-100%);
    opacity: 0;
}

.cms6Box:hover .cms6Txt.hide {
    visibility: visible;
    transform: translateY(0px);
    opacity: 1;
}

.cms6Logo {
    overflow: hidden;
    width: 175%;
    height: 175%;
    position: absolute;
    left: -37.5%;
    top: -37.5%;
    z-index: 1;
    transition: all 1s ease-in-out;
}

.cms6Box:hover .cms6Logo {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.cms6Bt {
    display: block;
    width: 190px;
    height: 60px;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    border-radius: 5px;
    background: #3a76fd;
    margin: 0px auto;
    -webkit-box-shadow: 0px 2px 15px rgba(58, 18, 253, 0.4);
    box-shadow: 0px 2px 15px rgba(58, 18, 253, 0.4);
}

/*
* 电商 kis2
*/
.ecBanBt span {
    color: #ff5e5a;
}

.ecBanBt:after {
    background: url(../images/ecBanBt.png) no-repeat center center;
}

.ecRow2 {
    padding-top: 10.4166667%;
}

.ecBg1-1 {
    height: 50%;
}

.ecBg1-2 {
    width: 44.6875%;
    right: 0px;
    left: auto;
    height: auto;
    top: auto;
    bottom: 0px;
}

.ecBg1-2:after {
    display: block;
    padding-top: 100%;
    content: "";
    overflow: hidden;
}

/*
* 电商 第二通栏 kis2
*/
.ecBg2-1 {
    height: auto;
    top: -350px;
}

.ecBg2-1:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 35.5729167%;
}

.ecBg2-2 {
    height: auto;
    width: 128px;
    left: 380px;
    top: 0px;
}

.ecBg2-2:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 90.625%;
}

.ecBg2-3 {
    height: auto;
    width: 244px;
    left: 50px;
    top: 75px;
}

.ecBg2-3:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 100%;
}

.ecBg2-4 {
    height: auto;
    width: 85px;
    left: 20px;
    top: 370px;
}

.ecBg2-4:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 102.352941%;
}

.ecRow2_dl {
    /*1650*700*/
    position: relative;
    padding-top: 42.4242424%;
}

.ecRow2_dl dt {
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 40.363636%;
    margin-left: -20.181818%;
    z-index: 5;
}

.ecRow2_dl dt img {
    max-width: 100%;
}

.ecRow2_dl dd {
    position: absolute;
    z-index: 2;
}

.ecRow2_dl dd:after,
.ecRow2_dl dd:before {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
    z-index: 1;
}

.ecRow2_dl.show dd.dd5:before,
.ecRow2_dl.show dd.dd6:before,
.ecRow2_dl.show dd.dd2:before,
.ecRow2_dl.show dd.dd1:before,
.ecRow2_dl.show dd.dd5:after,
.ecRow2_dl.show dd.dd6:after,
.ecRow2_dl.show dd.dd2:after,
.ecRow2_dl.show dd.dd1:after {
    animation: ecRowLine1 1.5s ease-in-out forwards;
}

.ecRow2_dl dd:after {
    z-index: 3;
    animation-delay: 0.5s !important;
}

@keyframes ecRowLine1 {
    0% {
        width: 0px;
        height: 0px;
    }

    1% {
        width: 0px;
        height: 2px;
    }

    60% {
        width: 100%;
        height: 2px;
    }

    100% {
        width: 100%;
        height: 100%;
    }
}

.ecRow2Div {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s linear;
    transition-delay: 2.0s;
}

.ecRow2_dl.show .ecRow2Div {
    opacity: 1;
    visibility: visible;
}

.txtTit {
    font-size: 22px;
    color: #333;
    overflow: hidden;
    line-height: 30px;
}

.ecRow2_dl dd.dd1 {
    /*373:197 l-225 t-215*/
    width: 22.6060606%;
    height: 28.1428571%;
    left: 13.6363636%;
    top: 30.7142857%;
}

.ecRow2_dl dd.dd1:before {
    background-image: url(../test/ec/ecLine2-1-1.png);
    background-position: right bottom;
    background-size: 100% auto;
}

.ecRow2_dl dd.dd1:after {
    background-image: url(../test/ec/ecLine2-1-2.png);
    background-position: right bottom;
    background-size: 100% auto;
}

.ecRow2_dl dd.dd2 .ecRow2Div,
.ecRow2_dl dd.dd1 .ecRow2Div {
    right: 100%;
    top: 0px;
    width: 200px;
    padding-right: 15px;
}

.ecRow2_dl dd.dd2 {
    /*213:294 l-375 t-215*/
    width: 12.9090909%;
    height: 42%;
    left: 23.7272727%;
    top: 7.142857%;
}

.ecRow2_dl dd.dd2:before {
    background-image: url(../test/ec/ecLine2-2-1.png);
    background-position: right bottom;
    background-size: 100% auto;
}

.ecRow2_dl dd.dd2:after {
    background-image: url(../test/ec/ecLine2-2-2.png);
    background-position: right bottom;
    background-size: 100% auto;
}

.ecRow2_dl.show dd.dd3:before,
.ecRow2_dl.show dd.dd4:before,
.ecRow2_dl.show dd.dd3:after,
.ecRow2_dl.show dd.dd4:after {
    width: 100%;
    height: 0px;
    animation: ecRowLine2 1.5s ease-in-out forwards;
    z-index: 3;
}

@keyframes ecRowLine2 {
    0% {
        height: 0px;
    }

    100% {
        height: 100%;
    }
}

.ecRow2_dl dd.dd3 {
    /*113:294 l-615 t-215*/
    width: 6.84848485%;
    height: 43%;
    left: 37.2727273%;
    top: 7.142857%;
}

.ecRow2_dl dd.dd3:before {
    background-image: url(../test/ec/ecLine2-3-1.png);
    background-position: right bottom;
    background-size: 100% auto;
}

.ecRow2_dl dd.dd3:after {
    background-image: url(../test/ec/ecLine2-3-2.png);
    background-position: right bottom;
    background-size: 100% auto;
}

.ecRow2_dl dd.dd3 .ecRow2Div,
.ecRow2_dl dd.dd4 .ecRow2Div {
    left: 50%;
    top: auto;
    bottom: 100%;
    width: 200px;
    margin-left: -100px;
}

.ecRow2_dl dd.dd4 {
    /*113:294 l-930 t-215*/
    width: 6.84848485%;
    height: 43%;
    left: 56.3636364%;
    top: 7.142857%;
}

.ecRow2_dl dd.dd4:before {
    background-image: url(../test/ec/ecLine2-4-1.png);
    background-position: right bottom;
    background-size: 100% auto;
}

.ecRow2_dl dd.dd4:after {
    background-image: url(../test/ec/ecLine2-4-2.png);
    background-position: right bottom;
    background-size: 100% auto;
}

.ecRow2_dl dd.dd5:after,
.ecRow2_dl dd.dd5:before,
.ecRow2_dl dd.dd6:after,
.ecRow2_dl dd.dd6:before {
    left: 0px;
    right: auto;
}

.ecRow2_dl dd.dd5 {
    /*213:294 l-1040 t-215*/
    width: 12.9090909%;
    height: 42%;
    left: 63.030303%;
    top: 7.142857%;
}

.ecRow2_dl dd.dd5:before {
    background-image: url(../test/ec/ecLine2-5-1.png);
    background-position: left bottom;
    background-size: 100% auto;
}

.ecRow2_dl dd.dd5:after {
    background-image: url(../test/ec/ecLine2-5-2.png);
    background-position: left bottom;
    background-size: 100% auto;
}

.ecRow2_dl dd.dd5 .ecRow2Div,
.ecRow2_dl dd.dd6 .ecRow2Div {
    left: 100%;
    top: 0px;
    width: 200px;
    padding-left: 15px;
}

.ecRow2_dl dd.dd6 {
    /*373:197 l-1040 t-215*/
    width: 22.6060606%;
    height: 28.1428571%;
    left: 63.030303%;
    top: 30.7142857%;
}

.ecRow2_dl dd.dd6:before {
    background-image: url(../test/ec/ecLine2-6-1.png);
    background-position: left bottom;
    background-size: 100% auto;
}

.ecRow2_dl dd.dd6:after {
    background-image: url(../test/ec/ecLine2-6-2.png);
    background-position: left bottom;
    background-size: 100% auto;
}

.ecIcon2 {
    /*115*85*/
    overflow: hidden;
    position: absolute;
    top: 5px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 6;
}

.ecIcon2:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 73.9130435%;
}

.ecIcon2-1 {
    width: 30.8310992%;
    background-image: url(../test/ec/ecIcon2-1.png);
}

.ecIcon2-2 {
    width: 53.9906103%;
    background-image: url(../test/ec/ecIcon2-2.png);
}

.ecIcon2-3 {
    top: 10px;
    width: 100%;
    background-image: url(../test/ec/ecIcon2-3.png);
}

.ecIcon2-4 {
    top: 10px;
    width: 100%;
    background-image: url(../test/ec/ecIcon2-4.png);
}

.ecIcon2-5 {
    left: auto;
    right: 0px;
    width: 53.9906103%;
    background-image: url(../test/ec/ecIcon2-5.png);
}

.ecIcon2-6 {
    left: auto;
    right: 0px;
    width: 30.8310992%;
    background-image: url(../test/ec/ecIcon2-6.png);
}


/*
* 电商 第三通栏 kis2
*/
.ecRow3_dl {
    /*350*360*/
    width: 21.2121212%;
    margin: 0px auto;
    position: relative;
    background: url(../test/ec/ec3-1.png) no-repeat center center;
    background-size: auto 100%;
}

.ecRow3_dl:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 102.857143%;
}

.ecRow3_dl dd {
    /*w:700*/
    width: 200%;
    position: absolute;
}

.ecIcon3 {
    /*135:135*/
    width: 19.2857143%;
    position: relative;
    border-radius: 100%;
}

.ecIcon3.fl {
    margin-right: 25px;
}

.ecIcon3.fr {
    margin-left: 25px;
}

.ecIcon3:before {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 100%;
    border-radius: 100%;
    z-index: 3;
    position: relative;
}

.ecIcon3:after {
    display: block;
    content: "";
    overflow: hidden;
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 100%;
    z-index: 2;
}

.ecIcon3 span {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 4;
    position: absolute;
    left: 0px;
    top: 0px;
}

.ecRow3Div {
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -45px;
}

.ecRow3Div.txt-l {
    left: 19.2857143%;
    right: 0px;
    padding-left: 25px;
}

.ecRow3Div.txt-r {
    right: 19.2857143%;
    left: 0px;
    padding-right: 25px;
}

.ecRow3_dl dd.dd3 .ecRow3Div {
    top: -74.074074%;
    margin-top: 0px;
    padding-right: 0px;
}

.ecRow3_dl dd.dd1 {
    right: 87.1428571%;
    top: 41.66666667%;
}

.ecRow3_dl dd.dd2 {
    left: 20%;
    top: 88.888889%;
}

.ecRow3_dl dd.dd3 {
    right: 28%;
    top: 26.666667%;
}

.ecRow3_dl dd.dd4 {
    left: 67.1428571%;
    top: -29.1666667%;
}

.ecRow3_dl dd.dd5 {
    left: 98.5714286%;
    top: 21.6666667%;
}

.ecIcon3-1:before {
    background: #5b9bd5;
}

.ecIcon3-1:after {
    background: rgba(210, 234, 255, 0.9);
}

.ecIcon3-1 span {
    background: url(../test/ec/ecIcon3-1.png) no-repeat center center;
}

.ecIcon3-2:before {
    background: #e9723a;
}

.ecIcon3-2:after {
    background: rgba(255, 224, 210, 0.9);
}

.ecIcon3-2 span {
    background: url(../test/ec/ecIcon3-2.png) no-repeat center center;
}

.ecIcon3-3:before {
    background: #959ead;
}

.ecIcon3-3:after {
    background: rgba(149, 158, 173, 0.9);
}

.ecIcon3-3 span {
    background: url(../test/ec/ecIcon3-3.png) no-repeat center center;
}

.ecIcon3-4:before {
    background: #ffbb00;
}

.ecIcon3-4:after {
    background: rgba(255, 187, 0, 0.9);
}

.ecIcon3-4 span {
    background: url(../test/ec/ecIcon3-4.png) no-repeat center center;
}

.ecIcon3-5:before {
    background: #59a751;
}

.ecIcon3-5:after {
    background: rgba(89, 167, 81, 0.9);
}

.ecIcon3-5 span {
    background: url(../test/ec/ecIcon3-5.png) no-repeat center center;
}

.ecBg3-1 {
    height: auto;
    width: 398px;
    overflow: hidden;
    top: -250px;
}

.ecBg3-1:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 116.834171%;
}

.ecBg3-2 {
    height: auto;
    width: 304px;
    overflow: hidden;
    left: auto;
    right: 0px;
    top: -330px;
}

.ecBg3-2:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 196.381579%;
}

.ecBg3-3 {
    height: auto;
    width: 63px;
    overflow: hidden;
    left: 180px;
    bottom: 200px;
    top: auto;
}

.ecBg3-3:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 106.349206%;
}

.ecBg3-4 {
    height: auto;
    width: 67px;
    overflow: hidden;
    right: 0px;
    left: auto;
    top: 50%;
}

.ecBg3-4:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 102.985075%;
}

/*
* 电商 第四通栏 kis2
*/
.ecBg4-2 {
    height: auto;
    top: auto;
    bottom: 100%;
}

.ecBg4-2:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 7.13541667%;
}

.ecBg4-3 {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}

.ecIcon4-1 {
    background: #249e92 url(../test/tms/tmsIcon4-1.png) no-repeat center center;
}

.ecIcon4-2 {
    background: #3c71c6 url(../test/tms/tmsIcon4-2.png) no-repeat center center;
}

.ecIcon4-3 {
    background: #7878e9 url(../test/tms/tmsIcon4-3.png) no-repeat center center;
}

.ecIcon4-4 {
    background: #ff5f2c url(../test/tms/tmsIcon4-4.png) no-repeat center center;
}

.ecIcon4-5 {
    background: #6fa1bc url(../test/tms/tmsIcon4-5.png) no-repeat center center;
}

.ecIcon4-6 {
    background: #24debe url(../test/tms/tmsIcon4-6.png) no-repeat center center;
}

/*
* tms kis2
*/
.tmsRow1_dl {
    width: 1200px;
    position: relative;
    margin: 0px auto;
    height: 450px;
}

.tmsRow1_dl dt {
    width: 222px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -111px;
    bottom: 0px;
}

.tmsRow1_dl dt img {
    max-width: 100%;
}

.tmsRow1_dl dd {
    position: absolute;
    animation: moveUp 3s ease infinite;
}

.tmsDiv1 {
    overflow: hidden;
}

.tmsIcon {
    margin: 0px auto;
    overflow: hidden;
    border-radius: 100%;
}

.tmsIntr {
    font-size: 15px;
    color: #000;
    padding-top: 5px;
    line-height: 25px;
    text-align: center;
}

.tmsDiv1 .tmsIntr {
    padding-top: 10px;
}

.tmsRow1_dl dd.dd1 {
    left: 0px;
    top: 160px;
}

.tmsIcon1-1 {
    width: 60px;
    height: 60px;
    background: #0a4090 url(../test/tms/tmsIcon1-1.png) no-repeat center center;
}

.tmsRow1_dl dd.dd2 {
    left: 175px;
    top: 35px;
    animation-delay: 1.0s;
}

.tmsIcon1-2 {
    width: 90px;
    height: 90px;
    background: #de6562 url(../test/tms/tmsIcon1-2.png) no-repeat center center;
}

.tmsRow1_dl dd.dd3 {
    left: 235px;
    top: 185px;
}

.tmsIcon1-3 {
    width: 60px;
    height: 60px;
    background: #e0db65 url(../test/tms/tmsIcon1-3.png) no-repeat center center;
}

.tmsRow1_dl dd.dd4 {
    left: 170px;
    top: 330px;
    animation-delay: 1.5s;
}

.tmsIcon1-4 {
    width: 60px;
    height: 60px;
    background: #91c980 url(../test/tms/tmsIcon1-4.png) no-repeat center center;
}

.tmsRow1_dl dd.dd5 {
    left: 395px;
    top: 50px;
}

.tmsIcon1-5 {
    width: 60px;
    height: 60px;
    background: #2383c6 url(../test/tms/tmsIcon1-5.png) no-repeat center center;
}

.tmsRow1_dl dd.dd6 {
    left: 360px;
    top: 295px;
    animation-delay: 1.0s;
}

.tmsIcon1-6 {
    width: 90px;
    height: 90px;
    background: #51bae6 url(../test/tms/tmsIcon1-6.png) no-repeat center center;
}

.tmsRow1_dl dd.dd7 {
    left: 600px;
    top: 13px;
    animation-delay: 0.5s;
}

.tmsIcon1-7 {
    width: 60px;
    height: 60px;
    background: #51bae6 url(../test/tms/tmsIcon1-7.png) no-repeat center center;
}

.tmsRow1_dl dd.dd8 {
    right: 300px;
    top: 45px;
    animation-delay: 1.0s;
}

.tmsIcon1-8 {
    width: 90px;
    height: 90px;
    background: #e0db65 url(../test/tms/tmsIcon1-8.png) no-repeat center center;
}

.tmsRow1_dl dd.dd9 {
    right: 370px;
    top: 275px;
    animation-delay: 0.3s;
}

.tmsIcon1-9 {
    width: 60px;
    height: 60px;
    background: #2383c6 url(../test/tms/tmsIcon1-9.png) no-repeat center center;
}

.tmsRow1_dl dd.dd10 {
    right: 190px;
    top: 150px;
    animation-delay: 0.5s;
}

.tmsIcon1-10 {
    width: 90px;
    height: 90px;
    background: #91c980 url(../test/tms/tmsIcon1-10.png) no-repeat center center;
}

.tmsRow1_dl dd.dd11 {
    right: 95px;
    top: 275px;
    animation-delay: 1.0s;
}

.tmsIcon1-11 {
    width: 60px;
    height: 60px;
    background: #0a4090 url(../test/tms/tmsIcon1-11.png) no-repeat center center;
}

.tmsRow1_dl dd.dd12 {
    right: 15px;
    top: 75px;
}

.tmsIcon1-12 {
    width: 60px;
    height: 60px;
    background: #de6562 url(../test/tms/tmsIcon1-12.png) no-repeat center center;
}

.tmsBg2-2 {
    width: 70px;
    height: auto;
    top: 450px;
}

.tmsBg2-2:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 414.285714%
}

.tmsBg2-3 {
    height: auto;
    width: 44.9479167%;
    bottom: 500px;
    top: auto;
}

.tmsBg2-3:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 87.2537659%;
}

.tmsRow2 .rowCont {
    padding: 50px 0px;
}

.tmsBg3-1 {
    height: auto;
    bottom: 100%;
    top: auto;
}

.tmsBg3-1:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 4.21875%;
}

.tmsRow3_dl {
    /*h:520*/
    position: relative;
}

.tmsRow3_dl:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 31.515152%;
}

.tmsRow3_dl dt {
    width: 25.33333333%;
    position: absolute;
    left: 50%;
    margin-left: -12.66666667%;
    bottom: 0px;
    background: url(../test/tms/tms3-2.png) no-repeat center bottom;
    background-size: 100% auto;
    perspective: 1000px;
}

.tmsRow3_dl dt:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 58.8516746%;
}

.tmsRow3_dl dt:before {
    display: block;
    content: "";
    height: 91.4634146%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    background: url(../test/tms/tms3-1.png) no-repeat center bottom;
    background-size: auto 100%;
    transform-origin: 0px 100%;
    transform: rotateX(-85deg) skewX(3deg);
}

.tmsRow3_dl.show dt:before {
    animation: Macbook 1s linear forwards;
}

@keyframes Macbook {
    0% {
        transform: rotateX(-85deg) skewX(3deg);
    }

    100% {
        transform: rotate(0deg) skewX(0deg);
    }
}

.tmsRow3_dl dd {
    position: absolute;
    max-width: 175px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    /*animation: moveUp 3s ease infinite;*/
    transition: all 0.5s linear;
}

.tmsRow3_dl.show dd {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}

.tmsDiv3 {
    overflow: hidden;
}

.tmsDiv3 .tmsIcon {
    width: 90px;
    height: 90px;
}

.tmsTit {
    font-size: 20px;
    color: #000;
    text-align: center;
}

.tmsRow3_dl dd.dd1 {
    /*l-115 t-265*/
    left: 6.9696967%;
    top: 51%;
    transition-delay: 1.0s;
}

.tmsIcon3-1 {
    background: #fd885d url(../test/tms/tmsIcon3-1.png) no-repeat center center;
}

.tmsRow3_dl dd.dd2 {
    left: 26.6666667%;
    top: 20.1923077%;
    transition-delay: 1.2s;
}

.tmsIcon3-2 {
    background: #fcc875 url(../test/tms/tmsIcon3-2.png) no-repeat center center;
}

.tmsRow3_dl dd.dd3 {
    left: 50%;
    top: 13px;
    margin-left: -87px;
    transition-delay: 1.4s;
}

.tmsIcon3-3 {
    background: #6ac8ff url(../test/tms/tmsIcon3-3.png) no-repeat center center;
}

.tmsRow3_dl dd.dd4 {
    right: 26.6666667%;
    top: 20.1923077%;
    transition-delay: 1.6s;
}

.tmsIcon3-4 {
    background: #5fd664 url(../test/tms/tmsIcon3-4.png) no-repeat center center;
}

.tmsRow3_dl dd.dd5 {
    right: 6.9696967%;
    top: 51%;
    transition-delay: 1.8s;
}

.tmsIcon3-5 {
    background: #6fe0d5 url(../test/tms/tmsIcon3-5.png) no-repeat center center;
}

.tmsBg4-1 {
    height: auto;
    bottom: 100%;
    top: auto;
}

.tmsBg4-1:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 4.21875%;
}

.tmsBg4-2 {
    width: 105px;
    height: auto;
    top: auto;
    bottom: 100px;
    z-index: 3;
}

.tmsBg4-2:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 385.714286%;
}

.tmsBg4-3 {
    width: 171px;
    height: auto;
    top: auto;
    bottom: 90px;
}

.tmsBg4-3:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 100%;
}

.tmsRow4_dl {
    position: relative;
    width: 23.636364%;
    margin: 0px auto;
}

.tmsRow4_dl dt {
    position: relative;
    /*width: 23.636364%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -11.818182% 0px 0px -11.818182%;*/
}

.tmsRow4_dl dt:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 100%;
}

.tmsRow4_ul {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    perspective: 1000px;
    background: url(../test/tms/tms4-1.png) no-repeat center center;
    background-size: cover;
}

.tmsRow4_dl.show .tmsRow4_ul {
    animation: tmsrotate 1.5s linear forwards;
}

@keyframes tmsrotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg)
    }
}

.tmsRow4_ul li {
    position: relative;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border-radius: 100%;
    border: 1px solid #999;
}

.tmsRow4_ul li:after {
    display: block;
    content: "";
    overflow: hidden;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    position: absolute;
    z-index: 3;
    top: 50%;
    margin-top: -11px;
}

.tmsRow4_ul li.li1 {
    transform: rotateX(45deg) rotateY(45deg);
}

.tmsRow4_ul li.li1:after {
    background: #249e92;
    left: -10px;
}

.tmsRow4_ul li.li2 {
    transform: rotateX(45deg) rotateY(45deg);
}

.tmsRow4_ul li.li2:after {
    background: #3c71c6;
    left: -10px;
}

.tmsRow4_ul li.li3 {
    transform: rotateX(45deg) rotateY(45deg);
}

.tmsRow4_ul li.li3:after {
    background: #7878e9;
    left: -10px;
}

.tmsRow4_ul li.li4 {
    transform: rotateX(45deg) rotateY(45deg);
}

.tmsRow4_ul li.li4:after {
    background: #ff5f2c;
    right: -10px;
}

.tmsRow4_ul li.li5 {
    transform: rotateX(45deg) rotateY(45deg);
}

.tmsRow4_ul li.li5:after {
    background: #6fa1bc;
    right: -10px;
}

.tmsRow4_ul li.li6 {
    transform: rotateX(45deg) rotateY(45deg);
}

.tmsRow4_ul li.li6:after {
    background: #24debe;
    right: -10px;
}

.tmsRow4Logo {
    width: 79px;
    height: 79px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -40px 0px 0px -40px;
    background: url(../test/tms/tms4-2.png) no-repeat center center;
    background-size: cover;
}

.tmsRow4_dl dd {
    width: 141.025641%;
    position: absolute;
}

.tmsRow4_dl dd .ecIcon3 {
    width: 16.3636364%;
}

.tmsRow4_dl dd .ecIcon3:after {
    display: none;
}

.tmsRow4_dl dd.dd1 {
    right: 106.6666667%;
    top: 0px;
}

.tmsRow4_dl dd.dd2 {
    right: 119.487179%;
    top: 50%;
    margin-top: -11.18181818%;
}

.tmsRow4_dl dd.dd3 {
    right: 106.6666667%;
    bottom: 0px;
}

.tmsRow4_dl dd.dd4 {
    left: 106.6666667%;
    top: 0px;
}

.tmsRow4_dl dd.dd5 {
    left: 119.487179%;
    top: 50%;
    margin-top: -11.18181818%;
}

.tmsRow4_dl dd.dd6 {
    left: 106.6666667%;
    bottom: 0px;
}

/*
* mms
*/
.mmsBg1-1 {
    background-position: center bottom;
    background-size: 100% auto;
}

.mmsRow1_dl {
    /*1100*125*/
    width: 66.6666667%;
    position: relative;
    margin: 175px auto;
}

.mmsRow1_dl:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 11.3636364%;
    background: url(../test/mms/mms1-1.png) no-repeat 0px center;
    background-size: cover;
}

.mmsRow1_dl:before {
    display: block;
    content: "";
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
    transition: all 4s linear;
    background: #fff;
    transition-delay: 0.4s;
}

.mmsRow1_dl.show:before {
    width: 0px;
}

.mmsRow1_dl dd {
    /*100*100*/
    width: 9.0909091%;
    position: absolute;
    transition: all 0.5s linear;
    opacity: 0;
    visibility: hidden;
    z-index: 4;
    transform: scale(0);
}

.mmsRow1_dl.show dd {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.mmsRow1_dl dd.dd1 {
    /*l:-50 t:80*/
    left: -4.545455%;
    top: 64%;
    transform-origin: 100% 0px;
}

.mmsRow1_dl dd.dd2 {
    /*l:85 t:-97*/
    left: 7.72727273%;
    bottom: 67.2%;
    transition-delay: 0.3s;
    transform-origin: 50% 100%;
}

.mmsRow1_dl dd.dd3 {
    /*l:224 t:80*/
    left: 20.3636364%;
    top: 64%;
    transition-delay: 0.8s;
    transform-origin: 50% 0px;
}

.mmsRow1_dl dd.dd4 {
    /*l:363 t:-97*/
    left: 33%;
    bottom: 67.2%;
    transition-delay: 1.3s;
    transform-origin: 50% 100%;
}

.mmsRow1_dl dd.dd5 {
    /*l:503 t:80*/
    left: 45.727273%;
    top: 64%;
    transition-delay: 1.8s;
    transform-origin: 50% 0px;
}

.mmsRow1_dl dd.dd6 {
    /*l:643 t:-97*/
    left: 58.4545455%;
    bottom: 67.2%;
    transition-delay: 2.3s;
    transform-origin: 50% 100%;
}

.mmsRow1_dl dd.dd7 {
    /*l:783 t:80*/
    left: 71.1818182%;
    top: 64%;
    transition-delay: 2.8s;
    transform-origin: 50% 0px;
}

.mmsRow1_dl dd.dd8 {
    /*l:923 t:-97*/
    left: 83.709091%;
    bottom: 67.2%;
    transition-delay: 3.3s;
    transform-origin: 50% 100%;
}

.mmsRow1_dl dd.dd9 {
    /*l:1063 t:80*/
    left: 96.336364%;
    top: 64%;
    transition-delay: 3.8s;
    transform-origin: 0px 0px;
}

.mmsDiv1 {
    overflow: hidden;
}

.mmsIcon1 {
    overflow: hidden;
    border-radius: 100%;
    margin: 0px auto;
}

.mmsIcon1:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 100%;
}

.mmsTit {
    font-size: 16px;
    color: #969796;
    text-align: center;
    line-height: 30px;
    padding: 5px 0px;
    height: 30px;
    overflow: hidden;
}

.mmsIcon1-1 {
    background: #79c479 url(../test/mms/mmsIcon1-1.png) no-repeat center center;
}

.mmsIcon1-2 {
    background: #6888f3 url(../test/mms/mmsIcon1-2.png) no-repeat center center;
}

.mmsIcon1-3 {
    background: #39c7a3 url(../test/mms/mmsIcon1-3.png) no-repeat center center;
}

.mmsIcon1-4 {
    background: #f86567 url(../test/mms/mmsIcon1-4.png) no-repeat center center;
}

.mmsIcon1-5 {
    background: #589bf8 url(../test/mms/mmsIcon1-5.png) no-repeat center center;
}

.mmsIcon1-6 {
    background: #f8b86a url(../test/mms/mmsIcon1-6.png) no-repeat center center;
}

.mmsIcon1-7 {
    background: #8a74d5 url(../test/mms/mmsIcon1-7.png) no-repeat center center;
}

.mmsIcon1-8 {
    background: #cc74d6 url(../test/mms/mmsIcon1-8.png) no-repeat center center;
}

.mmsIcon1-9 {
    background: #75b2d6 url(../test/mms/mmsIcon1-9.png) no-repeat center center;
}

.mmsBg2-2 {
    height: auto;
    top: auto;
    bottom: 0px;
}

.mmsBg2-2:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 44.2708333%;
}

.mmsRow2_dl {
    /*415*415*/
    width: 25.1515152%;
    margin: 0px auto;
    position: relative;
}

.mmsRow2_dl:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 100%;
}

.mmsRow2_dl dt {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 0px;
    z-index: 1;
    transform: translateX(-50%);
    background: url(../test/mms/mms2-1.png) no-repeat center bottom;
    background-size: auto 100%;
}

.mmsRow2_dl:before {
    display: block;
    content: "";
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #e9f8ff;
    z-index: 2;
}

.mmsRow2_dl.show:before {
    animation: mmsTreeH 1.5s linear forwards;
}

@keyframes mmsTreeH {
    0% {
        height: 100%;
    }

    100% {
        height: 0px;
    }
}

.mmsRow2_dl.show dt {
    animation: mmsTreeW 1.5s linear forwards;
}

@keyframes mmsTreeW {
    0% {
        width: 0px;
    }

    1% {
        width: 14.457831%;
    }

    30% {
        width: 14.457831%;
    }

    100% {
        width: 100%;
    }
}

.mmsRow2_dl dd {
    /*w:500*/
    width: 120.481928%;
    position: absolute;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s linear;
}

.mmsRow2_dl dd.dd1 {
    right: 100%;
    top: 60.7228916%;
    transform: translateX(-15px);
    transition-delay: 1.4s;
}

.mmsRow2_dl dd.dd2 {
    right: 77.1084337%;
    top: 36.626506%;
    transform: translateX(-15px);
    transition-delay: 1.0s;
}

.mmsRow2_dl dd.dd3 {
    right: 84.3373494%;
    top: 8.433734%;
    transform: translateX(-15px);
    transition-delay: 1.7s;
}

.mmsRow2_dl dd.dd4 {
    left: 42.1686747%;
    top: -12.0481928%;
    transform: translateY(-15px);
    transition-delay: 1.7s;
}

.mmsRow2_dl dd.dd5 {
    left: 72.2891566%;
    top: 17.3493976%;
    transform: translateX(15px);
    transition-delay: 1.5s;
}

.mmsRow2_dl dd.dd6 {
    left: 91.5662651%;
    top: 42.6506024%;
    transform: translateX(15px);
    transition-delay: 1.7s;
}

.mmsRow2_dl.show dd {
    opacity: 1;
    visibility: visible;
    transform: translate(0px) !important;
}

.mmsIcon2 {
    /*w:70*/
    width: 14%;
    border-radius: 100%;
    overflow: hidden;
}

.mmsIcon2:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 100%;
}

.mmsIcon2-1 {
    background: #7e7ef0 url(../test/mms/mmsIcon2-1.png) no-repeat center center;
}

.mmsIcon2-2 {
    background: #7ec9f0 url(../test/mms/mmsIcon2-2.png) no-repeat center center;
}

.mmsIcon2-3 {
    background: #f0a47e url(../test/mms/mmsIcon2-3.png) no-repeat center center;
}

.mmsIcon2-4 {
    background: #7ea2f0 url(../test/mms/mmsIcon2-4.png) no-repeat center center;
}

.mmsIcon2-5 {
    background: #f07eb1 url(../test/mms/mmsIcon2-5.png) no-repeat center center;
}

.mmsIcon2-6 {
    background: #589bf8 url(../test/mms/mmsIcon2-6.png) no-repeat center center;
}

.mmsDiv2 {
    height: 95px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -37px;
}

.mmsDiv2.txt-r {
    left: 0px;
    right: 14%;
    padding-right: 15px;
}

.mmsDiv2.txt-l {
    left: 14%;
    right: auto;
    padding-left: 15px;
}

.mms2Tit {
    overflow: hidden;
    font-size: 16px;
    color: #666;
    font-weight: bold;
    line-height: 30px;
}

.mms2Txt {
    font-size: 14px;
    color: #abc5f1;
    line-height: 20px;
    padding-top: 5px;
    height: 60px;
    overflow: hidden;
}

.mmsBg3-1 {
    height: auto;
    top: auto;
    bottom: 100%;
    background-size: cover;
}

.mmsBg3-1:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 5.78125%;
}

.mms3Box {
    padding-bottom: 18.75%;
}

.mmsRow3_dl {
    /*w:1200/72.7272727%*/
    width: 1200px;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
}

.mmsRow3_dl dd {
    width: 33.333333%;
    float: left;
    display: inline;
    margin-top: -1px;
    margin-left: -1px;
}

.mmsDiv3 {
    /*padding:40*/
    overflow: hidden;
    position: relative;
    padding: 10%;
}

.mmsDiv3:before,
.mmsDiv3:after {
    display: block;
    content: "";
    overflow: hidden;
    position: absolute;
    background: #e5e5e5;
}

.mmsDiv3:before {
    width: 1px;
    top: 10%;
    bottom: 10%;
    left: 0px;
}

.mmsDiv3:after {
    height: 1px;
    left: 10%;
    right: 10%;
    top: 0px;
}

.mmsIcon3 {
    width: 25%;
    margin-right: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50% auto;
}

.mmsIcon3:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 100%;
}

.mmsIcon3-1 {
    background-image: url(../test/mms/mmsIcon4-1.png);
}

.mmsIcon3-2 {
    background-image: url(../test/mms/mmsIcon4-2.png);
}

.mmsIcon3-3 {
    background-image: url(../test/mms/mmsIcon4-3.png);
}

.mmsIcon3-4 {
    background-image: url(../test/mms/mmsIcon4-4.png);
}

.mmsIcon3-5 {
    background-image: url(../test/mms/mmsIcon4-5.png);
}

.mmsIcon3-6 {
    background-image: url(../test/mms/mmsIcon4-6.png);
}

.mmsDeta3 {
    overflow: hidden;
}

.mmsBg4-2 {
    height: auto;
    top: auto;
    bottom: 100%;
}

.mmsBg4-2:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 18.75%;
}

.mms4_dl {
    position: relative;
}

.mms4_dl:after {
    /*h:460*/
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 27.8787887%;
}

.mms4_dl dd {
    position: absolute;
}

.mms4Div {
    position: relative;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    animation: moveUp 3s ease infinite;
    border-radius: 100%;
}

.mms4Div:before {
    display: block;
    content: "";
    overflow: hidden;
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    background: rgba(255, 255, 255, 0.15);
    z-index: 1;
    border-radius: 100%;
}

.mms4Div:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 100%;
}

.mms4Div .tableCell {
    padding: 0px 10px;
}

.mms4_dl dd.dd1 {
    /*w:160 l:170 t:120*/
    width: 9.0909091%;
    left: 10.3030303%;
    top: 26.0869565%;
}

.mms4_dl dd.dd1 .mms4Div {
    background: #00b894;
    font-size: 16px;
}

.mms4_dl dd.dd2 {
    /*w:90 l:385 t:0*/
    width: 5.45454545%;
    left: 23.33333333%;
    top: 0px;
}

.mms4_dl dd.dd2 .mms4Div {
    background: #00ce83;
    font-size: 14px;
    animation-delay: 1.5s;
}

.mms4_dl dd.dd3 {
    /*w:115 l:495 t:230*/
    width: 6.9696969697%;
    left: 30%;
    top: 50%;
}

.mms4_dl dd.dd3 .mms4Div {
    background: #20d0b0;
    font-size: 16px;
    animation-delay: 1s;
}

.mms4_dl dd.dd4 {
    /*w:140 l:640 t:120*/
    width: 8.4848485%;
    left: 38.7878788%;
    top: 13.0434783%;
}

.mms4_dl dd.dd4 .mms4Div {
    background: #51b2a3;
    font-size: 16px;
    animation-delay: 2.5s;
}

.mms4_dl dd.dd5 {
    /*w:110 l:80 t:275*/
    width: 6.666667%;
    left: 48.4848485%;
    top: 59.7826087%;
}

.mms4_dl dd.dd5 .mms4Div {
    background: #7e7ef0;
    font-size: 16px;
    animation-delay: 0.5s;
}

.mms4_dl dd.dd6 {
    /*w:130 r:530 t:70*/
    width: 7.8787878%;
    right: 32.1212121%;
    top: 15.2173913%;
}

.mms4_dl dd.dd6 .mms4Div {
    background: #80c0ff;
    font-size: 16px;
    animation-delay: 2.0s;
}

.mms4_dl dd.dd7 {
    /*w:90 r:400 t:295*/
    width: 5.4545455%;
    right: 24.2424242%;
    top: 64.1304348%;
}

.mms4_dl dd.dd7 .mms4Div {
    background: #f8bf51;
    font-size: 14px;
}

.mms4_dl dd.dd8 {
    /*w:90 r:180 t:180*/
    width: 5.4545455%;
    right: 10.90909091%;
    top: 39.1304348%;
}

.mms4_dl dd.dd8 .mms4Div {
    background: #f26363;
    font-size: 16px;
    animation-delay: 1.5s;
}

.mms4_dl dt {
    border-radius: 100%;
    background: #0553e5;
    position: absolute;
}

.mms4_dl dt:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 100%;
}

.mms4_dl dt.dt1 {
    /*w:65 l:550 t:130*/
    width: 3.9393939%;
    left: 33.3333333%;
    top: 28.2608696%;
}

.mms4_dl dt.dt2 {
    /*w:35 l:85 t:195*/
    width: 2.1212121%;
    left: 53.6363636%;
    top: 42.3913043%;
}

.mms4_dl dt.dt3 {
    /*w:65 l:1285 t:15*/
    width: 3.9393939%;
    left: 77.8787879%;
    top: 3.26086957%;
}

/*
* ERP
*/
.erp1_dl {
    /*w:1650*/
    position: relative;
}

.erp1_dl dt {
    width: 32.4242424%;
    position: relative;
    margin: 0px auto;
}

.erp1_dl dt:before {
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #1b78e4;
    border-radius: 20px;
    transform: rotate(0deg) translate(0px, 0px);
    transform-origin: 100% 100%;
}

.erp1_dl.show dt:before {
    animation: erpMove1 0.5s linear forwards;
}

@keyframes erpMove1 {
    0% {
        transform: rotate(0deg) translate(0px, 0px);
    }

    100% {
        transform: rotate(-10deg) translate(0px, -40px);
    }
}

.erp1_dl dt img {
    display: block;
    max-width: 100%;
    border-radius: 20px;
    position: relative;
    z-index: 3;
    transform: rotate(-5deg);
}

.erp1_dl.show dt img {
    animation: erpMove2 0.5s linear forwards;
}

@keyframes erpMove2 {
    0% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.erp1_dl dd {
    /*w:120*/
    width: 7.2727273%;
    position: absolute;
    animation: moveUp 3s ease infinite;
}

.erp1_dl dd.dd2 {
    left: 17.5757%;
    top: 57.2748%;
    animation-delay: 1s;
}

.erp1_dl dd.dd3 {
    right: 13.4545%;
    top: -11.5473%;
    animation-delay: 0.5s;
}

.erp1_dl dd.dd4 {
    right: 1.27273%;
    top: 30.94688%;
    animation-delay: 1s;
}

.erp1_dl dd.dd5 {
    right: 18.9091%;
    top: 72.9792%;
    animation-delay: 1.2s;
}

.erpDiv1 {
    position: relative;
}

.erpIcon {
    border-radius: 100%;
}

.erpIcon:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 100%;
}

.erpIcon1-1 {
    background: #4ba3fb url(../test/erp/erpIcon1-1.png) no-repeat center center;
}

.erpIcon1-2 {
    background: #ff7f7e url(../test/erp/erpIcon1-2.png) no-repeat center center;
}

.erpIcon1-3 {
    background: #ff8954 url(../test/erp/erpIcon1-3.png) no-repeat center center;
}

.erpIcon1-4 {
    background: #728cfc url(../test/erp/erpIcon1-4.png) no-repeat center center;
}

.erpIcon1-5 {
    background: #4ddeb5 url(../test/erp/erpIcon1-5.png) no-repeat center center;
}

.erpTit {
    font-size: 24px;
    color: #333;
    text-align: center;
    padding-top: 10px;
}

.erpDeta1 {
    /*w:360*/
    position: absolute;
    width: 100%;
    overflow: hidden;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
}

.erp1_dl dd.dd1 {
    left: 0px;
    top: 0px;
}

.erpBg1-1 {
    height: auto;
    background-size: cover;
}

.erpBg1-1:after {
    display: block;
    content: "";
    padding-top: 57.29167%;
}

.erp2_dl {
    /*560:560*/
    position: relative;
    width: 33.939394%;
    margin: 0 auto;
}

.erp2_dl:after {
    display: block;
    content: "";
    padding-top: 100%;
}

.erp2_dl dt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.erpIcon2 {
    position: absolute;
}

.erpIcon2:after {
    display: block;
    content: "";
    overflow: hidden;
}

.erpicon2-1 {
    /*w:276 h229:*/
    width: 49.2857143%;
    top: 0px;
    right: 0px;
    background: url(../test/erp/erpIcon2-1.png) left top no-repeat;
    background-size: contain;
}

.erpicon2-1:after {
    padding-top: 87.7394636%;
}

.erpicon2-2 {
    /*w:188 h:305*/
    width: 33.5714286%;
    top: 35.7142857%;
    right: 0px;
    background: url(../test/erp/erpIcon2-2.png) left top no-repeat;
    background-size: contain;
}

.erpicon2-2:after {
    padding-top: 162.234043%;
}

.erpicon2-3 {
    /*w:324 h:156*/
    width: 57.8571429%;
    left: 50%;
    bottom: 0px;
    margin-left: -28.9285715%;
    background: url(../test/erp/erpIcon2-3.png) left top no-repeat;
    background-size: contain;
}

.erpicon2-3:after {
    padding-top: 48.1481481%;
}

.erpicon2-4 {
    /*w:188 h:305*/
    width: 33.5714286%;
    top: 35.7142857%;
    left: 0px;
    background: url(../test/erp/erpIcon2-4.png) right top no-repeat;
    background-size: contain;
}

.erpicon2-4:after {
    padding-top: 162.234043%;
}

.erpicon2-5 {
    /*w:276 h:229 l: t:*/
    width: 49.2857143%;
    top: 0px;
    left: 0px;
    background: url(../test/erp/erpIcon2-5.png) right top no-repeat;
    background-size: contain;
}

.erpicon2-5:after {
    padding-top: 87.7394636%;
}

.erpicon2-6 {
    /*240:198*/
    width: 42.8571429%;
    overflow: hidden;
    left: 50%;
    margin-left: -21.4285715%;
    top: 50%;
    margin-top: -17.6785715%;
}

.erpicon2-6:after {
    padding-top: 82.5%;
}

.erpicon2-6 img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.erp2_dl dd {
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 3;
}

.erp2_dl dd.dd1 {
    /*t:40*/
    left: 100%;
    top: 7.14285714%;
}

.erp2_dl dd.dd2 {
    /*t:300*/
    left: 100%;
    top: 53.5714268%;
}

.erp2_dl dd.dd3 {
    /*b:-80*/
    left: 50%;
    top: 103.571429%;
    margin-left: -50%;
}

.erp2_dl dd.dd4 {
    /*t:300*/
    right: 100%;
    top: 53.5714268%;
}

.erp2_dl dd.dd5 {
    /*t:40*/
    right: 100%;
    top: 7.14285714%;
}

.con {
    padding-left: 7.14285714%;
}

.con.txt-r {
    padding-right: 7.14285714%;
}

.erp3_dl {
    /*755:515*/
    position: relative;
    width: 45.7575758%;
    margin: 0px auto;
}

.erp3_dl:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 68.2119205%;
}

.erp3_dl dt {
    width: 33.1125828%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -16.5562914%;
    top: 50%;
    transform: translateY(-50%);
}

.erp3_dl dt img {
    display: block;
    max-width: 100%;
}

.erp3_dl dd {
    position: absolute;
    animation: moveUp 3s ease infinite;
}

.erpIcon3 {
    border-radius: 50%;
}

.erpIcon3:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 100%;
}

.erpIcon3 span {
    display: block;
    overflow: hidden;
    position: absolute;
    left: 5px;
    right: 5px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    color: #fff;
    line-height: 16px;
}

.erp3_dl dd.dd1 {
    /*w:70 l:60 t:95*/
    left: 7.94701987%;
    top: 18.4466019%;
    width: 9.27152318%;
}

.erpIcon3-1 {
    background: #3ed582;
}

.erp3_dl dd.dd2 {
    /*w:70 l:60 t:95*/
    left: 26.4900662%;
    top: 14.5631068%;
    width: 9.27152318%;
    animation-delay: 0.1s;
}

.erpIcon3-2 {
    background: #73c1fe;
}

.erp3_dl dd.dd3 {
    /*w:70 l:60 t:95*/
    left: 44.3708609%;
    top: 0px;
    width: 13.2450331%;
    animation-delay: 0.2s;
}

.erpIcon3-3 {
    background: #8e57ff;
}

.erp3_dl dd.dd4 {
    /*w:70 l:60 t:95*/
    left: 65.5629139%;
    top: 14.5631068%;
    width: 9.27152318%;
    animation-delay: 0.3s;
}

.erpIcon3-4 {
    background: #3ed581;
}

.erp3_dl dd.dd5 {
    /*w:70 l:60 t:95*/
    right: 8.60927152%;
    top: 15.5339806%;
    width: 9.27152318%;
    animation-delay: 0.4s;
}

.erpIcon3-5 {
    background: #fe9082;
}

.erp3_dl dd.dd6 {
    /*w:70 l:60 t:95*/
    left: 17.218543%;
    top: 35.9223301%;
    width: 13.2450331%;
    animation-delay: 0.1s;
}

.erpIcon3-6 {
    background: #f86d70;
}

.erp3_dl dd.dd7 {
    /*w:70 l:60 t:95*/
    right: 14.5695364%;
    top: 35.9223301%;
    width: 13.2450331%;
    animation-delay: 0.2s;
}

.erpIcon3-7 {
    background: #73c1fe;
}

.erp3_dl dd.dd8 {
    /*w:70 l:60 t:95*/
    left: 0px;
    top: 57.2815534%;
    width: 13.2450331%;
    animation-delay: 0.3s;
}

.erpIcon3-8 {
    background: #3ec0fe;
}

.erp3_dl dd.dd9 {
    /*w:70 l:60 t:95*/
    left: 25.51655629%;
    top: 69.9029126%;
    width: 9.27152318%;
    animation-delay: 0.4s;
}

.erpIcon3-9 {
    background: #fe9354;
}

.erp3_dl dd.dd10 {
    /*w:70 l:60 t:95*/
    left: 44.3708609%;
    top: 80.5825243%;
    width: 13.2450331%;
    animation-delay: 0.5s;
}

.erpIcon3-10 {
    background: #2cc3ae;
}

.erp3_dl dd.dd11 {
    /*w:70 l:60 t:95*/
    left: 65.5629139%;
    top: 71.8446602%;
    width: 9.27152318%;
    animation-delay: 0.6s;
}

.erpIcon3-11 {
    background: #f96d72;
}

.erp3_dl dd.dd12 {
    /*w:70 l:60 t:95*/
    right: 0px;
    top: 60.1941748%;
    width: 13.2450331%;
    animation-delay: 0.7s;
}

.erpIcon3-12 {
    background: #42bdfe;
}

.erp4Txt {
    width: 26.6666667%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.erp4Left {
    left: 0px;
}

.erp4Right {
    right: 0px;
}

.erpBg3-1 {
    top: -80px;
    height: auto;
    bottom: 0px;
}

.erpBg4-1 {
    background-size: 100% auto;
}



/*
* crm
*/
.crmBg4-1 {
    left: 0;
    top: -10%;
    height: 110%;
    width: 100%;
    background-size: 100%;
    background-position: center top;
}

.crmBanImg {
    right: 17.770833%;
    top: 100px;
    transition: 0.4s;
}

.banMask {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 9;
}

.crmBanMask {
    padding-top: 6%;
    background-image: url(../test/crm/crmBanMask.png);
}

.crmBanBtn:after {
    background: url(../images/banBt2.png) no-repeat center center
}

.crmRowTab {
    text-align: center;
}

.crmRowTab dd {
    display: inline-block;
    margin: 0 60px;
    padding-bottom: 25px;
    border-bottom: transparent 4px solid;
    transition: 0.3s ease;
}

.crmRowTab .icon {
    height: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 145px;
    transition: 0.3s ease;
}

.crmRowTab dd.dd1 .icon {
    background-image: url(../images/crm/crmIcon1-1.png);
}

.crmRowTab dd.dd2 .icon {
    background-image: url(../images/crm/crmIcon1-2.png);
}

.crmRowTab dd.dd3 .icon {
    background-image: url(../images/crm/crmIcon1-3.png);
}

.crmRowTab dd.dd4 .icon {
    background-image: url(../images/crm/crmIcon1-4.png);
}

.crmRowTab dd .text {
    text-align: center;
    font-size: 20px;
    color: #898989;
    padding-top: 10px;
    transition: 0.3s ease;
}

.crmRowTab dd.hover {
    border-color: #0674f1\9;
    border-image: -webkit-linear-gradient(90deg, #0674f1, #00e5f3) 30 30;
    border-image: -moz-linear-gradient(90deg, #0674f1, #00e5f3) 30 30;
    border-image: linear-gradient(90deg, #0674f1, #00e5f3) 30 30;
}

.crmRowTab dd.dd1.hover .icon,
.crmRowTab dd.dd1:hover .icon {
    background-image: url(../images/crm/crmIcon1-1h.png);
}

.crmRowTab dd.dd2.hover .icon,
.crmRowTab dd.dd2:hover .icon {
    background-image: url(../images/crm/crmIcon1-2h.png);
}

.crmRowTab dd.dd3.hover .icon,
.crmRowTab dd.dd3:hover .icon {
    background-image: url(../images/crm/crmIcon1-3h.png);
}

.crmRowTab dd.dd4.hover .icon,
.crmRowTab dd.dd4:hover .icon {
    background-image: url(../images/crm/crmIcon1-4h.png);
}

.crmRowTab dd:hover .text {
    color: #207eeb;
}

.crmTit1 {
    padding: 80px 0 0 30px;
    background: url(../images/crm/crmIcon1-5.png) left bottom no-repeat;
}

.crmTit1 .rowTitCh {
    font-size: 30px;
    color: #029df6;
}

.crmTit1 .rowTitEh {
    font-size: 12px;
    color: #bcbcbc;
    text-transform: uppercase;
}

.crmBg1-1 {
    left: 0;
    top: 10px;
    width: 107px;
    height: 455px;
    opacity: 0.1;
}

.crmBg1-2 {
    left: auto;
    right: 0;
    top: -20px;
    width: 181px;
    height: 589px;
    opacity: 0.2;
}

.crmPro {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    left: -20px;
    overflow: hidden;
}

.crmPro dd {
    width: 50%;
    box-sizing: border-box;
    float: left;
    display: inline;
    height: 210px;
}

.crmPro dd.dd1 {
    background: url(../images/crm/crmIcon2-1.png) right top no-repeat;
}

.crmPro dd.dd2 {
    background: url(../images/crm/crmIcon2-2.png) 20px top no-repeat;
    padding-left: 350px;
}

.crmPro dd.dd3 {
    background: url(../images/crm/crmIcon2-3.png) right bottom no-repeat;
}

.crmPro dd.dd4 {
    background: url(../images/crm/crmIcon2-4.png) 20px bottom no-repeat;
    padding-left: 350px;
}

.crmPro dt {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140px;
    height: 140px;
    margin: -70px 0 0 -60px;
    border-radius: 50%;
    background: #fff url(../images/crm/crmIcon2-5.png) center center no-repeat;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.crmProTit {
    font-size: 20px;
    color: #84cf10;
    line-height: 36px;
}

.crmPro dd.dd1 .crmProTit {
    color: #84cf10;
    padding-left: 25px;
    background: url(../images/crm/crmIcon2-6.png) left center no-repeat;
}

.crmPro dd.dd2 .crmProTit {
    color: #5caff1;
    padding-left: 25px;
    background: url(../images/crm/crmIcon2-7.png) left center no-repeat;
}

.crmPro dd.dd3 .crmProTit {
    color: #e8643e;
    padding-left: 25px;
    background: url(../images/crm/crmIcon2-8.png) left center no-repeat;
}

.crmPro dd.dd4 .crmProTit {
    color: #c5a16d;
    padding-left: 25px;
    background: url(../images/crm/crmIcon2-9.png) left center no-repeat;
}


.crmBgBox {
    background: #f2fcff;
}

.crmBg2-1 {
    left: 0;
    top: -13.5%;
    width: 100%;
    background-size: 100%;
    background-position: center top;
}


.crmProInfo {
    font-size: 16px;
    color: #b2b2b2;
    line-height: 26px;
    width: 225px;
}

.crmImg {
    width: 710px;
    padding: 85px 0;
    text-align: center;
}

.crmImg.crmImg1 {
    background: url(../test/crm/rowBg3-1.png) center center no-repeat;
}

.crmImg.crmImg2 {
    background: url(../test/crm/rowBg3-2.png) center center no-repeat;
}

.crmImg.crmImg3 {
    background: url(../test/crm/rowBg3-3.png) center center no-repeat;
}

.crmImg.crmImg4 {
    background: url(../test/crm/rowBg3-4.png) center center no-repeat;
}

.crmImg.crmImg5 {
    background: url(../test/crm/rowBg3-5.png) center center no-repeat;
}

.crmTit3 {
    font-size: 30px;
    color: #333;
    line-height: 40px;
    padding: 12% 0 0 55px;

}

.crmTit3-1 {
    background: url(../images/crm/crmIcon3-1.png) left bottom no-repeat;
}

.crmTit3-2 {
    background: url(../images/crm/crmIcon3-2.png) left bottom no-repeat;
}

.crmTit3-3 {
    background: url(../images/crm/crmIcon3-3.png) left bottom no-repeat;
}

.crmTit3-4 {
    background: url(../images/crm/crmIcon3-4.png) left bottom no-repeat;
}

.crmTit3-5 {
    background: url(../images/crm/crmIcon3-5.png) left bottom no-repeat;
}

.crmInfo3 {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    width: 560px;
}

.crmBg3-1 {
    left: 0;
    top: -3%;
    width: 100%;
    background-size: 100%;
    background-position: center top;
}

.crmApply {
    padding-top: 28.909090%;
    position: relative;
    z-index: 9;
}

.crmApply dd {
    position: absolute;
    border-radius: 50%;
    text-align: center;
    padding: 7px;
}

.crmApply a {
    display: block;
    border-radius: 50%;
    height: 100%;
    animation: moveUp 3s ease infinite;
    position: relative;
}

@keyframes moveUp {
    0% {
        transform: translateY(0);

    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.crmApply .table {
    position: relative;
    z-index: 9;
}

.crmApply a:before {
    content: '';
    display: block;
    position: absolute;
    width: 110%;
    height: 110%;
    left: -5%;
    top: -5%;
    border-radius: 50%;
}

.crmApply dd.dd1 {
    left: 5.030303%;
    top: 38.1551%;
    width: 10%;
    height: 34.5911%;
}

.crmApply dd.dd1 a {
    background: rgba(233, 114, 58, 0.8);

}

.crmApply dd.dd1 a:before {
    background: rgba(233, 114, 58, 0.5);
}

.crmApply dd.dd2 {
    left: 25.2121%;
    top: 58.7002%;
    width: 6.9696%;
    height: 24.109%;
}

.crmApply dd.dd2 a {
    background: rgba(149, 158, 173, 0.5);
    animation-delay: 0.2s;
}

.crmApply dd.dd2 a:before {
    background: rgba(149, 158, 173, 0.5);
}

.crmApply dd.dd3 {
    left: 45.4545%;
    top: 13.8365%;
    width: 6.9696%;
    height: 24.109%;
}

.crmApply dd.dd3 a {
    background: #f5a2ae;
    animation-delay: 0.4s;
}

.crmApply dd.dd3 a:before {
    background: rgba(245, 162, 174, 0.5);
}

.crmApply dd.dd4 {
    left: 49.5757%;
    top: 63.3123%;
    width: 10%;
    height: 34.5911%;
}

.crmApply dd.dd4 a {
    background: #5b9bd5;
    animation-delay: 0.5s;
}

.crmApply dd.dd4 a:before {
    background: rgba(91, 155, 213, 0.5);
}

.crmApply dd.dd5 {
    left: 62.5454%;
    top: 2.7253%;
    width: 10%;
    height: 34.5911%;

}

.crmApply dd.dd5 a {
    background: #ffbb00;
    animation-delay: 0.8s;
}

.crmApply dd.dd5 a:before {
    background: rgba(255, 187, 0, 0.5);
}

.crmApply dd.dd6 {
    left: 73.6969%;
    top: 68.5534%;
    width: 6.9696%;
    height: 24.109%;
}

.crmApply dd.dd6 a {
    background: #59a751;
    animation-delay: 1s;
}

.crmApply dd.dd6 a:before {
    background: rgba(89, 167, 81, 0.5);
}

.crmApply dd.dd7 {
    left: 88.848484%;
    top: 51.9916%;
    width: 6.9696%;
    height: 24.109%;
}

.crmApply dd.dd7 a {
    background: #67b794;
    animation-delay: 1.2s;
}

.crmApply dd.dd7 a:before {
    background: rgba(103, 183, 148, 0.5);
}

.crmApply dd.dd8 {
    left: 26.3939%;
    top: 13.8365%;
    width: 6.9696%;
    height: 24.109%;
    background: #74cdc8;
}

.crmApply dd.dd9 {
    left: 36%;
    top: 39.2033%;
    width: 2.6969%;
    height: 9.7882%;
    background: #ddc7ca;
}

.crmApply dd.dd10 {
    left: 63.848484%;
    top: 56.9916%;
    width: 0.9696%;
    height: 3.509%;
    background: #b2c9a2;
}

.crmApply dd.dd11 {
    left: 77.848484%;
    top: 27.9916%;
    width: 3.9696%;
    height: 14.109%;
    background: #a2bdd7;
}

.crmApply .icon {
    height: 40px;
}

.crmApply dd.dd1 .icon {
    background: url(../images/crm/crmIcon4-1.png) center center no-repeat;
}

.crmApply dd.dd2 .icon {
    background: url(../images/crm/crmIcon4-2.png) center center no-repeat;
}

.crmApply dd.dd3 .icon {
    background: url(../images/crm/crmIcon4-3.png) center center no-repeat;
}

.crmApply dd.dd4 .icon {
    background: url(../images/crm/crmIcon4-4.png) center center no-repeat;
}

.crmApply dd.dd5 .icon {
    background: url(../images/crm/crmIcon4-5.png) center center no-repeat;
}

.crmApply dd.dd6 .icon {
    background: url(../images/crm/crmIcon4-6.png) center center no-repeat;
}

.crmApply dd.dd7 .icon {
    background: url(../images/crm/crmIcon4-7.png) center center no-repeat;
}

.crmApply .text {
    color: #fff;
    font-size: 16px;
}

.crmBg4-1 {
    left: 0;
    top: -10%;
    height: 110%;
    width: 100%;
    background-size: 100%;
    background-position: center top;
}

/*
* OA
*/
.OAproTit1 {
    font-size: 24px;
    color: #333;
}

.OAbanTxt h1,
.OAbanTxt h3 {
    padding: 0;
}

.OABanMask {
    padding-top: 2%;
    background-image: url(../images/OA/OABanMask.png);
}

.OAproInfo {
    font-size: 14px;
    line-height: 32px;
    padding: 20px 0;
    width: 70%;
    position: relative;
}

.OAproInfo .icon1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 20px;
    background: url(../images/OA/oaIcon1-1.png) center center no-repeat;
}

.OAproInfo .icon2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25px;
    height: 16px;
    background: url(../images/OA/oaIcon1-2.png) center center no-repeat;
}

.OABg1-1 {
    width: 662px;
    height: 510px;
    left: 0;
    top: 10%;
}

.OAfunInfo {
    position: relative;
}

.OAfunImg {
    width: 40%;
    margin: 0 auto;
    text-align: center;
}

.OAfunImg img {
    max-width: 100%;
}

.OAfunList {
    position: absolute;
    padding-top: 24.9696%;
    top: 0;
    left: 0;
    width: 100%;
}

.OAfunList dd {
    position: absolute;
    text-align: center;
    animation: moveUp 3s ease infinite;
}

.OAfunList a {
    display: block;
}

.OAfunList .icon {
    border-radius: 50%;
    width: 100%;
    padding-top: 100%;
}

.OAfunList .text {
    font-size: 16px;
    color: #a7ce5f;
    padding-top: 5px;
}

.OAfunList dd.dd1 {
    top: 49.2718%;
    left: 0;
    width: 3%;
    animation-delay: 0.1s;
}

.OAfunList dd.dd2 {
    top: 6.7961%;
    left: 3.3939%;
    width: 3.6363%;
    animation-delay: 0.2s;
}

.OAfunList dd.dd3 {
    top: 56%;
    left: 9%;
    width: 3.9393%;
    animation-delay: 0.3s;
}

.OAfunList dd.dd4 {
    top: 32%;
    left: 11%;
    width: 3%;
    animation-delay: 0.4s;
}

.OAfunList dd.dd5 {
    top: 6%;
    left: 17%;
    width: 3%;
    animation-delay: 0.5s;
}

.OAfunList dd.dd6 {
    top: 50%;
    left: 21%;
    width: 6%;
    animation-delay: 0.6s;
}

.OAfunList dd.dd7 {
    top: 0%;
    left: 26%;
    width: 4.5%;
    animation-delay: 0.7s;
}

.OAfunList dd.dd8 {
    top: 9%;
    left: 70%;
    width: 4.5%;
    animation-delay: 0.8s;
}

.OAfunList dd.dd9 {
    top: 50%;
    left: 73%;
    width: 6.2%;
    animation-delay: 0.9s;
}

.OAfunList dd.dd10 {
    top: 5%;
    left: 80%;
    width: 3.5%;
    animation-delay: 1s;
}

.OAfunList dd.dd11 {
    top: 35%;
    left: 83%;
    width: 3%;
    animation-delay: 1.1s;
}

.OAfunList dd.dd12 {
    top: 58%;
    left: 86%;
    width: 4.5%;
    height: 10%;
    animation-delay: 1.2s;
}

.OAfunList dd.dd13 {
    top: 7%;
    left: 91%;
    width: 3%;
    animation-delay: 1.3s;
}

.OAfunList dd.dd14 {
    top: 57%;
    left: 92%;
    width: 6%;
    height: 10%;
    animation-delay: 1.4s;
}

.OAfunList dd.dd1 .icon {
    background: #c7e78c;
    width: 80%;
    padding-top: 80%;
    margin: 0 auto;
}

.OAfunList dd.dd2 .icon {
    background: #e8643e url(../images/OA/oaIcon2-1.png) center center no-repeat;
}

.OAfunList dd.dd3 .icon {
    background: #83cf10 url(../images/OA/oaIcon2-2.png) center center no-repeat;
    width: 90%;
    padding-top: 90%;
    margin: 0 auto;
}

.OAfunList dd.dd4 .icon {
    background: #4fc13e;
    width: 55%;
    padding-top: 55%;
    margin: 0 auto;
}

.OAfunList dd.dd5 .icon {
    background: #5cb0f2 url(../images/OA/oaIcon2-3.png) center center no-repeat;
}

.OAfunList dd.dd6 .icon {
    background: #1bc5bb url(../images/OA/oaIcon2-4.png) center center no-repeat;
}

.OAfunList dd.dd7 .icon {
    background: #c5a16e url(../images/OA/oaIcon2-5.png) center center no-repeat;
}

.OAfunList dd.dd8 .icon {
    background: #d84133 url(../images/OA/oaIcon2-6.png) center center no-repeat;
}

.OAfunList dd.dd9 .icon {
    background: #f6b05f url(../images/OA/oaIcon2-7.png) center center no-repeat;
}

.OAfunList dd.dd10 .icon {
    background: #18b4ed url(../images/OA/oaIcon2-8.png) center center no-repeat;
}

.OAfunList dd.dd11 .icon {
    background: #79b65c;
    width: 55%;
    padding-top: 55%;
    margin: 0 auto;
}

.OAfunList dd.dd12 .icon {
    background: #2dce8f url(../images/OA/oaIcon2-9.png) center center no-repeat;
}

.OAfunList dd.dd13 .icon {
    background: #f87261 url(../images/OA/oaIcon2-10.png) center center no-repeat;
}

.OAfunList dd.dd14 .icon {
    background: #c08c79;
    width: 35%;
    padding-top: 35%;
    margin: 0 auto;
}

.OABg2-1 {
    width: 152px;
    height: 456px;
    left: auto;
    right: 0;
    top: 0;
}

.OAproGood {
    width: 30.3%;
    padding-top: 30.3%;
    position: relative;
    margin: 0 auto;
}

.OAproGood .line1,
.OAproGood .line2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}

.OAproGood .line1 {
    background: url(../test/OA/rowImg3-2.png) center center no-repeat;
    background-size: 100%;
    animation: rotate1 35s linear infinite;
}

.OAproGood .line2 {
    background: url(../test/OA/rowImg3-3.png) center center no-repeat;
    background-size: 88%;
    animation: rotate2 50s linear infinite;
}

.OApro1Img {
    z-index: 9;
    position: absolute;
    top: 0;
    left: 40px;
    width: 100%;
    height: 100%;
}

.OApro1Img img {
    max-width: 100%;
}

.OAproGood1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.OAproGood1 dd {
    position: absolute;
    box-sizing: border-box;
    width: 130%;
}

.OAproGood1 dd.dd1 {
    left: -118%;
    top: 10%;
    padding-right: 60%;
    text-align: right;
}

.OAproGood1 dd.dd2 {
    left: -118%;
    bottom: 10%;
    padding-right: 60%;
    text-align: right;
}

.OAproGood1 dd.dd3 {
    right: -118%;
    top: 0;
    padding-left: 60%;
}

.OAproGood1 dd.dd4 {
    right: -118%;
    top: 50%;
    padding-left: 60%;
}

.OAproGood1 dd.dd5 {
    right: -118%;
    bottom: 0;
    padding-left: 60%;
}

.OAproGood1 .title {
    font-size: 18px;
    color: #333;
    line-height: 36px;
}

.OAproGood1 .info {
    font-size: 14px;
    color: #666;
    line-height: 28px;
}

.OAproGood1 dd.dd1 .line3 {
    background: url(../images/OA/oaIcon3-1.png) center center no-repeat;
    background-size: 100%;
    width: 39.5%;
    padding-top: 13%;
    position: absolute;
    right: 4.5%;
    top: 18%;
}

.OAproGood1 dd.dd2 .line3 {
    background: url(../images/OA/oaIcon3-2.png) center center no-repeat;
    background-size: 100%;
    width: 39.5%;
    padding-top: 13%;
    position: absolute;
    right: 4.5%;
    bottom: 20%;
}

.OAproGood1 dd.dd3 .line3 {
    background: url(../images/OA/oaIcon3-3.png) center center no-repeat;
    background-size: 100%;
    width: 39.5%;
    padding-top: 13%;
    position: absolute;
    left: -0.5%;
    top: 24%;
}

.OAproGood1 dd.dd4 .line3 {
    background: url(../images/OA/oaIcon3-4.png) center center no-repeat;
    background-size: 100%;
    width: 31%;
    padding-top: 4%;
    position: absolute;
    left: 8%;
    top: 11%;
}

.OAproGood1 dd.dd5 .line3 {
    background: url(../images/OA/oaIcon3-5.png) center center no-repeat;
    background-size: 100%;
    width: 39.5%;
    padding-top: 13%;
    position: absolute;
    left: -0.5%;
    bottom: 25%;
}


@keyframes rotate1 {
    0% {
        transform: rotate(0deg);

    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate2 {
    0% {
        transform: rotate(0deg);

    }

    100% {
        transform: rotate(-360deg);
    }
}

.OABg3-1 {
    width: 100%;
    top: -3.5%;
    height: 100%;
    background: center top;
    background-repeat: no-repeat;
}

.OABg3-2 {
    width: 100%;
    bottom: -3.5%;
    height: 100%;
    background: center bottom;
    background-repeat: no-repeat;
}

.OAsmartList {
    position: absolute;
    padding-top: 24.9696%;
    top: 0;
    left: 0;
    width: 100%;
}

.OAsmartList dd {
    position: absolute;
    text-align: center;
    animation: moveUp 3s ease infinite;
    margin-left: -50px;
    margin-top: -70px;
}

.OAsmartList dd.dd1 {
    left: 0;
    top: 90%;
    animation-delay: 0s;
}

.OAsmartList dd.dd2 {
    left: 22%;
    top: 42%;
    animation-delay: 0.2s;
}

.OAsmartList dd.dd3 {
    left: 49.5%;
    top: 18%;
    animation-delay: 0.4s;
}

.OAsmartList dd.dd4 {
    left: 79%;
    top: 42%;
    animation-delay: 0.6s;
}

.OAsmartList dd.dd5 {
    left: 97%;
    top: 90%;
    animation-delay: 0.8s;
}

.OAsmartList a {
    display: block;
}

.OAsmartList .icon {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center center;
}

.OAsmartList .text {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    padding-top: 10px;
}

.OABg4-1 {
    width: 100%;
    bottom: 10%;
    height: 90%;
    background: center bottom;
    background-repeat: no-repeat;
}



.OAapply {
    padding-top: 24.4848%;
    position: relative;
}

.OAapply a {
    display: block;
    text-align: center;
}

.OAapply dd {
    position: absolute;
    width: 7.2727%;
}

.OAapply dd.dd1 {
    top: 18%;
    left: 0;
}

.OAapply dd.dd2 {
    top: 1%;
    left: 13%;
}

.OAapply dd.dd3 {
    top: 27%;
    left: 27%;
}

.OAapply dd.dd4 {
    top: -19%;
    left: 41%;
}

.OAapply dd.dd5 {
    top: 17%;
    left: 56%;
}

.OAapply dd.dd6 {
    top: -22%;
    left: 71%;
}

.OAapply dd.dd7 {
    top: 28%;
    left: 83%;
}

.OAapply dd.dd8 {
    top: 4%;
    left: 96%;
}

.OAapply .icon {
    padding-top: 100%;
    border-radius: 50%;
}

.OAapply dd.dd1 .icon {
    background: #81ce1e url(../images/OA/oaIcon5-1.png) center center no-repeat;
}

.OAapply dd.dd2 .icon {
    background: #00a6ac url(../images/OA/oaIcon5-2.png) center center no-repeat;
}

.OAapply dd.dd3 .icon {
    background: #5cb0f0 url(../images/OA/oaIcon5-3.png) center center no-repeat;
}

.OAapply dd.dd4 .icon {
    background: #d74133 url(../images/OA/oaIcon5-4.png) center center no-repeat;
}

.OAapply dd.dd5 .icon {
    background: #2acd8f url(../images/OA/oaIcon5-5.png) center center no-repeat;
}

.OAapply dd.dd6 .icon {
    background: #bf8b79 url(../images/OA/oaIcon5-6.png) center center no-repeat;
}

.OAapply dd.dd7 .icon {
    background: #fac33f url(../images/OA/oaIcon5-7.png) center center no-repeat;
}

.OAapply dd.dd8 .icon {
    background: #ff5e17 url(../images/OA/oaIcon5-8.png) center center no-repeat;
}

.OAapply .text {
    font-size: 16px;
    padding-top: 10%;
    color: #81ce1e;
}

.OAapply dd.dd1 .text {
    color: #81ce1e;
}

.OAapply dd.dd2 .text {
    color: #00a6ac;
}

.OAapply dd.dd3 .text {
    color: #5cb0f0;
}

.OAapply dd.dd4 .text {
    color: #d74133;
}

.OAapply dd.dd5 .text {
    color: #2acd8f;
}

.OAapply dd.dd6 .text {
    color: #bf8b79;
}

.OAapply dd.dd7 .text {
    color: #fac33f;
}

.OAapply dd.dd8 .text {
    color: #ff5e17;
}

.OABg5 {
    background: #e7f4ff;
}

.OABg5-1 {
    width: 100%;
    top: -5%;
    height: 100%;
    background: center top;
    background-repeat: no-repeat;

}

.OABg5-2 {
    width: 100%;
    bottom: 20%;
    height: 80%;
    background: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

.rowTitBtn {
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    height: 38px;
    line-height: 40px;
    border-radius: 2px;
    display: block;
    width: 148px;
    margin: 0 auto;
    font-size: 14px;
    transition: 0.4s;
}

.rowTitBtn:hover {
    color: #333;
    background: #fff;
}

.OAfunList dd.dd1 .text {
    color: #c7e78c;
}

.OAfunList dd.dd2 .text {
    color: #e8643e;
}

.OAfunList dd.dd3 .text {
    color: #83cf10;
}

.OAfunList dd.dd3 .text {
    color: #4fc13e;
}

.OAfunList dd.dd4 .text {
    color: #4fc13e;
}

.OAfunList dd.dd5 .text {
    color: #5cb0f2;
}

.OAfunList dd.dd6 .text {
    color: #1bc5bb;
}

.OAfunList dd.dd7 .text {
    color: #c5a16e;
}

.OAfunList dd.dd8 .text {
    color: #d84133;
}

.OAfunList dd.dd9 .text {
    color: #f6b05f;
}

.OAfunList dd.dd10 .text {
    color: #18b4ed;
}

.OAfunList dd.dd11 .text {
    color: #79b65c;
}

.OAfunList dd.dd12 .text {
    color: #2dce8f;
}

.OAfunList dd.dd13 .text {
    color: #f87261;
}

.OAfunList dd.dd14 .text {
    color: #c08c79;
}

/*
* vote
*/
.voteBanImg {
    right: 4%;
}

.voteBanMask {
    padding-top: 10%;
    background-image: url(../images/vote/voteBanMask.png);
}

.voteRow1 {
    position: relative;
    height: 422px;
}

.voteLogo {
    background: #fff url(../images/vote/rowIcon1-1.png) center center no-repeat;
    border-radius: 50%;
    width: 190px;
    height: 190px;
    border: 45px solid #f1f1f1;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -140px 0 0 -140px;
    z-index: 2;
}

.voteCommend1 {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -320px;
    width: 420px;
    height: 420px;
    border: dashed 1px #999;
    border-radius: 50%;
    transform: rotate(90deg);
    opacity: 0;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0s;
}

.voteRow1.show .voteCommend1 {
    transform: rotate(0);
    opacity: 1;
}

.voteCommend1 dd {
    position: absolute;
    text-align: right;
    padding-right: 105px;
    width: 100%;
    opacity: 0;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0s;
}

.voteRow1.show .voteCommend1 dd {
    opacity: 1;
}

.voteCommend1 dd.dd1 {
    right: 220px;
    top: -35px;
    transition-delay: 0.6s;
}

.voteCommend1 dd.dd2 {
    right: 355px;
    top: 70px;
    transition-delay: 0.4s;
}

.voteCommend1 dd.dd3 {
    right: 365px;
    top: 235px;
    transition-delay: 0.2s;
}

.voteCommend1 dd.dd4 {
    right: 230px;
    top: 370px;
}

.voteCommend1 .icon,
.voteCommend2 .icon {
    background: #fff;
    border-radius: 50%;
    border: 1px solid #326698;
    width: 88px;
    height: 88px;
    position: absolute;
    right: 0;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
}

.voteCommend1 dd.dd1 .icon {
    border-color: #326698;
}

.voteCommend1 dd.dd2 .icon {
    border-color: #669acc;
}

.voteCommend1 dd.dd3 .icon {
    border-color: #ff9501;
}

.voteCommend1 dd.dd4 .icon {
    border-color: #f84b3b;
}

.voteCommend1 .title {
    font-size: 18px;
    color: #326698;
    font-weight: normal;
    line-height: 32px;
    padding-top: 12px;
    opacity: 0;
    transition: 0.4s;
    transition-delay: 1.1s;
}

.voteCommend1 .info {
    font-size: 14px;
    color: #666;
    line-height: 28px;
    opacity: 0;
    transition: 0.4s;
    transition-delay: 1.1s;
}

.voteRow1.show .voteCommend1 .title,
.voteRow1.show .voteCommend1 .info {
    opacity: 1;
}

.voteCommend2 {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -100px;
    width: 420px;
    height: 420px;
    border: dashed 1px #999;
    border-radius: 50%;
    transform: rotate(90deg);
    opacity: 0;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0s;
}

.voteRow1.show .voteCommend2 {
    transform: rotate(0);
    opacity: 1;
}

.voteCommend2 dd {
    position: absolute;
    width: 100%;
    padding-left: 105px;
    opacity: 0;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0s;
}

.voteRow1.show .voteCommend2 dd {
    opacity: 1;
}

.voteCommend2 dd.dd1 {
    left: 220px;
    top: -35px;
}

.voteCommend2 dd.dd2 {
    left: 355px;
    top: 70px;
    transition-delay: 0.2s;
}

.voteCommend2 dd.dd3 {
    left: 365px;
    top: 235px;
    transition-delay: 0.4s;
}

.voteCommend2 dd.dd4 {
    left: 230px;
    top: 370px;
    transition-delay: 0.6s;
}

.voteCommend2 .icon {
    left: 0;
    right: auto;
}

.voteCommend2 dd.dd1 .icon {
    border-color: #7bc7c7;
}

.voteCommend2 dd.dd2 .icon {
    border-color: #7172de;
}

.voteCommend2 dd.dd3 .icon {
    border-color: #3bc69d;
}

.voteCommend2 dd.dd4 .icon {
    border-color: #e96f2d;
}

.voteCommend2 .title {
    font-size: 18px;
    color: #326698;
    font-weight: normal;
    line-height: 32px;
    padding-top: 12px;
    opacity: 0;
    transition: 0.4s;
    transition-delay: 1.1s;
}

.voteCommend2 .info {
    font-size: 14px;
    color: #666;
    line-height: 28px;
    opacity: 0;
    transition: 0.4s;
    transition-delay: 1.1s;
}

.voteRow1.show .voteCommend2 .title,
.voteRow1.show .voteCommend2 .info {
    opacity: 1;
}

.voteImg img {
    max-width: 100%;
}

.voteConNum {
    color: #3077c7;
    font-size: 60px;
    font-weight: bold;
    padding: 10px 0 0 20px;
    background: url(../images/vote/rowIcon2.png) left center no-repeat;
}

.voteConTit1 {
    font-size: 18px;
    color: #999;
    line-height: 32px;
    padding-top: 30px;
}

.voteConTit2 {
    font-size: 40px;
    color: #3077c7;
    line-height: 60px;
    font-weight: normal;
}

.voteConInfo {
    font-size: 18px;
    line-height: 32px;
    color: #333;
}

.voteConDl dd {
    float: left;
    display: inline;
    margin-right: 50px;
    text-align: center;
}

.voteConDl .icon {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background-color: #3cb3f0;
    background-repeat: no-repeat;
    background-position: center center;
}

.voteConDl .text {
    padding-top: 10px;
    font-size: 16px;
    color: #666;
}

.voteCon.c-fff .voteConNum {
    color: #fff;
    background-image: url(../images/vote/rowIcon3.png);
}

.voteCon.c-fff .voteConTit1,
.voteCon.c-fff .voteConInfo {
    color: #dddddd;
}

.voteCon.c-fff .voteConTit2 {
    color: #fff;
}

.voteCon.c-fff .voteConDl .text {
    color: #fff;
}

.voteBg2-1 {
    width: 100%;
    background-size: auto;
    height: 626px;
    top: 840px;
}

.voteBg5-1 {
    width: 100%;
    background-size: 100%;
    bottom: -1px;
    top: auto;
    background-position: center bottom;
}

.voteBg6 {
    background: #ebebeb;
}

.voteBg6-1 {
    width: 100%;
    background-size: 100%;
    bottom: 0;
    top: auto;
    background-position: center bottom;
}

.voteClient {
    height: 360px;
    position: relative;
    width: 1070px;
    margin: 0 auto;
}

.voteClient dd {
    border-radius: 50%;

    position: absolute;
}

.voteClient dd.dd1 {
    left: 0;
    top: 215px;
    width: 105px;
    height: 105px;
}

.voteClient dd.dd2 {
    left: 120px;
    top: 28px;
    width: 156px;
    height: 156px;
}

.voteClient dd.dd3 {
    left: 270px;
    top: 163px;
    width: 147px;
    height: 147px;
}

.voteClient dd.dd4 {
    left: 425px;
    top: 50px;
    width: 108px;
    height: 108px;
}

.voteClient dd.dd5 {
    left: 543px;
    top: 175px;
    width: 126px;
    height: 126px;
}

.voteClient dd.dd6 {
    left: 665px;
    top: 0;
    width: 147px;
    height: 147px;
}

.voteClient dd.dd7 {
    left: 763px;
    top: 175px;
    width: 179px;
    height: 179px;
}

.voteClient dd.dd8 {
    left: 973px;
    top: 78px;
    width: 96px;
    height: 96px;
}

.voteClient a {
    display: block;
    height: 100%;
    border-radius: 50%;
    animation: moveUp 3s ease infinite;
    position: relative;
    background: #fff;
}

.voteClient .icon {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 2;
}

.animated-circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.animated-circles .circle {
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.animated-circles.show .c-1 {
    animation: 2s scaleToggleOne cubic-bezier(.25, .46, .45, .94) forwards
}

.animated-circles.show .c-2 {
    animation: 2.5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) forwards
}

.animated-circles.show .c-3 {
    animation: 3s scaleToggleThree cubic-bezier(.25, .46, .45, .94) forwards
}

@keyframes scaleToggleOne {
    0 {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    50% {
        transform: scale(1.5);
        -webkit-transform: scale(1.5)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes scaleToggleTwo {
    0 {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    20% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    60% {
        transform: scale(1.5);
        -webkit-transform: scale(1.5)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes scaleToggleThree {
    0 {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    33% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    66% {
        transform: scale(1.5);
        -webkit-transform: scale(1.5)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}



/*************** 案例 start *******************/

/* 公共部分 */
.caseLogo1 {
    text-align: center;
}

.rowBg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 案例1 start */
/*1*/
.case1Box1 {
    z-index: 4
}

.rowBg.case1Bg1 {
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    overflow: visible;
}

.rowBg.case1Bg1 img {
    height: auto
}

.case1T {
    clear: both;
    height: 40px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 20px;
    line-height: 40px;
}

.case1Img1 {
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
}

.case1Img1 img {
    display: inline-block;
    max-width: 1200px;
}

/*2*/
.case1T2 {
    clear: both;
    overflow: hidden;
}

.case1T2L {
    height: 84px;
    line-height: 84px;
    overflow: hidden;
    font-size: 82px;
    color: #d6d6d6;
    font-weight: bold;
    padding-right: 10px;
}

.case1T2R {
    overflow: hidden;
}

.case1T2R .span1 {
    display: block;
    clear: both;
    height: 54px;
    overflow: hidden;
    line-height: 54px;
    color: #5f5f5f;
    font-size: 40px;
}

.case1T2R .span2 {
    display: block;
    clear: both;
    height: 29px;
    overflow: hidden;
    line-height: 29px;
    color: #e0e0e0;
    font-size: 20px;
}

.case1Box2Text {
    clear: both;
    line-height: 24px;
    font-size: 16px;
    color: #747474;
    overflow: hidden;
}

/*3*/
.case1Box3L {
    width: 540px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.top_240 {
    top: -230px
}

.case1T2.typ .case1T2R .span1 {
    color: #ffffff
}

.case1T2.typ .case1T2R .span2 {
    color: rgba(255, 255, 255, 0.5)
}

.case1Box3L_text {
    overflow: hidden;
    color: #e8e8e8;
    font-size: 16px;
    line-height: 24px;
}

.case1Box3 {
    z-index: 4
}

.case1Box3 .wrap {
    position: relative
}

.case1Box3R {
    width: 842px;
    overflow: hidden;
    margin-right: -106px;
}

.case1Box3R img {
    display: block;
    width: 842px;
}

.case1T2.typ2 .case1T2R .span1 {
    color: #474747
}

.case1T2.typ2 .case1T2R .span2 {
    color: #adadad
}

.case1Img2 {
    clear: both;
    overflow: hidden;
    position: relative;
    z-index: 3;
    text-align: center;
    font-size: 0;
}

.case1Img2 img {
    display: inline-block;
    max-width: 100%;
}

.case1Box3LImg {
    clear: both;
    overflow: hidden;
}

.case1Box3LImg img {
    display: block;
    height: 97px;
}

.case1Box4 {
    overflow: hidden
}

/* 案例1 end */

/*
* case2 
*/
.mobileCaseBanner {
    overflow: hidden;
}

.mobileBannerCont {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 3;
}

.mobileBannerCont .wrap {
    overflow: hidden;
}

.mobileCaseBanner img {
    display: block;
    max-width: 100%;
}

.mobileRow1L {
    /*overflow: hidden;*/
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.mobileCaseTit {
    font-size: 80px;
    color: #fff;
}

.mobileCaseIntr {
    overflow: hidden;
    font-size: 50px;
    color: #fff;
}

.mobileRow1R {
    position: relative;
    margin-right: 245px;
}

.mobile1 {
    width: calc(100vw*(490/1920));
    display: block;
    overflow: hidden;
    transform: rotate(18deg);
    transform-origin: 0px 100%;
    transition: all 0.5s linear;
}

.mobile2 {
    width: calc(100vw*(441/1920));
    display: block;
    position: absolute;
    right: -50%;
    bottom: 45px;
    transform: rotate(-15deg);
    transform-origin: 100% 100%;
    transition: all 0.5s linear;
}

.mobileBannerCont.show .mobile1,
.mobileBannerCont.show .mobile2 {
    transform: rotate(0deg);
}

.mobile3_dl {}

.mobile3_dl:after {
    display: block;
    content: "";
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.mobile3_dl dd {
    padding: 80px 0px;
}

.mobile3L {
    overflow: hidden;
}

.mobile3L.fl {
    margin-right: 40px;
}

.mobile3L.fr {
    margin-left: 40px;
}

.mobile3L img {
    display: block;
    max-width: 100%;
}

.mobile3R {
    overflow: hidden;
    padding: 100px 0px;
}

.mobileTitCh {
    font-size: 34px;
    color: #333;
    line-height: 60px;
}

.mobileTitCh i {
    font-size: 72px;
    color: #71a6fc;
    font-weight: bold;
}

.mobileTitEn {
    overflow: hidden;
    font-size: 20px;
    color: #ccc;
    text-transform: uppercase;
    line-height: 30px;
}

.mobileTitIntr {
    overflow: hidden;
    font-size: 16px;
    color: #666;
    line-height: 32px;
}

.mobileBg3-1 {
    background-position: center 100px;
}

.caseSwiper2 {
    position: relative;
    overflow: hidden;
    padding: 89px 0px;
}

.caseSwiper2 .pic:after {
    padding-top: 177.955272%;
}

.caseSwiperBox2:before,
.caseSwiper1:before {
    display: block;
    content: "";
    overflow: hidden;
    width: 343px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0px;
    z-index: 9;
    transform: translateX(-50%);
    background: url(../images/phone.png) no-repeat center center;
    background-size: cover;
}

.caseSwiperGroup {
    position: relative;
    overflow: hidden;
    z-index: 6;
}

.caseSwiperBox2 {
    width: 300px;
    position: absolute;
    left: 50%;
    top: 0px;
    z-index: 5;
    transform: translateX(-50%);
}

.caseSwiper3Box {
    width: 300px;
    overflow: hidden;
    margin: 0px auto;
    position: relative;
    z-index: 9;
}

.caseSwiper3 {
    width: 1230px;
    overflow: hidden;
    position: relative;
    padding: 89px 0px;
    z-index: 10;
    left: 50%;
    margin-left: -615px;
}

.caseSwiper3 .pic:after {
    padding-top: 177.955272%;
}

.mobileShadow {
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 500px;
    height: 100%;
    background: url(../images/mobleShadow.png) no-repeat center bottom;
    background-size: 100% auto;
    transform: translateX(-50%);
}

.mobile4-1 {
    background-position: center top;
}






/* 案例3 start */
.case3-box1 {
    height: 995px;
    position: relative;
}

.case3-box1 .case3-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.case3-box1C {
    height: 100%;
    position: relative;
}

.case3-box1C .case3-1 {
    position: absolute;
    right: -30px;
    top: 300px;
}

.case3-box1-text {
    position: absolute;
    left: 0;
    top: 408px;
}

.case3-box1-text .title {
    position: relative;
    padding-bottom: 32px;
    margin-bottom: 33px;
}

.case3-box1-text .title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 178px;
    height: 5px;
    background: #FFF;
    content: '';
    display: block;
}

.case3-box1-text .title span {
    display: block;
    height: 63px;
    line-height: 63px;
    color: #FFF;
    font-size: 36px;
    font-weight: normal;
}

.case3-box1-text .title em {
    display: block;
    height: 48px;
    line-height: 48px;
    color: #FFF;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
}

.case3-box1-text .info {
    line-height: 30px;
    font-size: 18px;
    color: #FFF;
}

.case3-box2 {
    position: relative;
    background: #FFF;
    padding-bottom: 30px;
}

.case3-box2 .imgBg1 {
    position: absolute;
    right: 0;
    top: -115px
}

.case3-box2 .imgBg2 {
    position: absolute;
    left: 0;
    bottom: 30px
}

.case3-box2 .wrap {
    position: relative;
}

.case3-box2-title {
    overflow: hidden;
    margin-bottom: 37px;
}

.case3-box2-title span {
    display: block;
    height: 63px;
    line-height: 63px;
    color: #333333;
    font-size: 36px;
    font-weight: normal;
}

.case3-box2-title em {
    display: block;
    height: 48px;
    line-height: 48px;
    color: #cccccc;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
}

.case3-box2-info {
    line-height: 32px;
    color: #666666;
    font-size: 16px;
    font-weight: normal;
}

.case3-box2-detail {
    overflow: hidden;
    font-weight: normal;
}

.case3-box2-detail .item {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    margin-bottom: 20px;
}

.case3-box2-detail .item span {
    float: left;
    display: inline;
    color: #333333;
    font-size: 24px;
    margin-right: 22px;
}

.case3-box2-detail .item em {
    float: left;
    display: inline;
    color: #666666;
    margin-right: 50px;
}

.case3-box2-detail .item .ys {
    float: left;
    margin-top: 10px;
}

.case3-box2-con1 {
    padding-top: 178px;
}

.case3-box2-con1 img.img {
    float: left;
    display: inline;
    width: 737px;
    margin-right: 48px;
    margin-left: -160px;
}

.case3-box2-con1 .text {
    overflow: hidden;
    padding-top: 20px;
}

.case3-box2-con2 {
    padding-top: 120px;
}

.case3-box2-con2 img.img {
    float: right;
    display: inline;
    width: 585px;
    margin-right: -38px;
    margin-left: 40px;
}

.case3-box2-con2 .text {
    overflow: hidden;
    padding-top: 105px;
}

.case3-box2-con2 .text .case3-box2-info {
    margin-bottom: 60px;
}

.case3-box3 {
    padding-top: 254px;
    background-repeat: no-repeat;
    background-color: #ece0d0;
    background-position: center top;
    position: relative;
    overflow: hidden;
}

.case3-box3-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 254px;
    object-fit: cover;
    object-position: center center;
}

.case3-box3-con {
    margin-top: -100px;
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

/* 案例3 end */



/* 案例4 start */
.case4Bg1-1 {
    top: 0;
    height: 739px;
}

.case4Title {
    position: relative;
}

.case4Title .title {
    font-size: 34px;
    color: #2288f4;
    background: #fff;
    display: inline-block;
    font-weight: bold;
    position: relative;
    z-index: 3;

}

.case4Title .title2 {
    font-size: 62px;
    color: #2288f41a;
    font-weight: bold;
    text-transform: uppercase;
    top: -45px;
    left: -30px;
    position: absolute;
}

.case4Info1 {
    font-size: 16px;
    color: #666;
    line-height: 32px;
}

.case4Bg2-1 {
    top: 0;
    height: 1675px;
}

.case4Criterion {
    overflow: hidden;
}

.case4Criterion dd {
    float: left;
    margin-right: 80px;
    line-height: 50px;
}

.case4Criterion .title {
    font-size: 24px;
    color: #2288f4;
    text-transform: uppercase;
}

.case4Font1 {
    font-size: 14px;
    color: #666;
}

.case4Font2 {
    font-size: 16px;
    color: #666;
}

.case4Font3 {
    font-size: 18px;
    color: #666;
}

.case4Ico {
    border: dashed 1px #ccc;
    width: 28px;
    height: 28px;
}

.case4Img1 {
    overflow: hidden;
}

.case4Img1 img {
    width: 100%;
}

.case4Bg4-1 {
    overflow: hidden;
    top: -150px;
    bottom: 0;
    height: auto;
}

.case4Bg4-1 img {
    width: 100%;
    height: 100%;
    object-fit: inherit;
}

.casePage.case4Page .slide {
    width: 780px;
    border-radius: 10px;
    overflow: hidden;
}

.casePage.case4Page .slide1,
.casePage.case4Page .slide2 {
    left: 50%;
    margin-left: -390px;
}

.casePage.case4Page.show .slide1 {
    left: 0%;
    margin-left: 0;
}

.casePage.case4Page.show .slide2 {
    left: 8%;
    margin-left: 0;
}

.casePage.case4Page .slide3 {
    margin-left: -390px;
}

.casePage.case4Page .slide4,
.casePage.case4Page .slide5 {
    right: 50%;
    margin-right: -390px;
}

.casePage.case4Page.show .slide4 {
    right: 8%;
    margin-right: 0;
}

.casePage.case4Page.show .slide5 {
    right: 0%;
    margin-right: 0;
}

/* 案例4 end */


/* 案例5 start */
.caseTitle {
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    ;
}

.caseTitle2 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 36px;
}

.caseTitle2 span {
    display: inline-block;
    position: relative;
    padding: 0 20px;
}

.caseTitle2 span:before,
.caseTitle2 span:after {
    content: '';
    display: block;
    border-bottom: 1px solid #fafafa;
    position: absolute;
    width: 125px;
    top: 50%;
}

.caseTitle2 span:before {
    left: 100%;
}

.caseTitle2 span:after {
    right: 100%;
}

.row .wrap {
    position: relative;
    z-index: 3;
}

.caseComT {
    padding: 10px 0 0 140px;
}

.caseComT .title {
    font-size: 40px;
    color: #333;
    line-height: 60px;
}

.caseComT .title2 {
    font-size: 20px;
    color: #adadad;
    line-height: 36px;
    text-transform: uppercase;
}

.caseComT .num {
    font-size: 32px;
    color: #fff;
    width: 70px;
    height: 70px;
    background: #007bcb;
    font-weight: bold;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    border: 25px solid #cce6f7;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
}

.caseComT.color1 .title {
    color: #fff;
}

.caseComT.color1 .title2 {
    color: rgba(255, 255, 255, 0.5);
}

.caseComT.style1 .num {
    border-color: #6f95ce
}

.caseInfo1 {
    font-size: 16px;
    color: #666;
    line-height: 32px;
    padding-left: 140px;
}

.caseInfo1.color1 {
    color: #fff;
}

.casePage {
    position: relative;
    height: 528px;
    perspective: 600px;
    opacity: 0;
    transition: 0.6s ease;
    transform: translateY(-50px);
}

.casePage .slide {
    width: 400px;
    position: absolute;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    background-size: cover;
    transition: 0.3s ease-in-out;
    transition-delay: 0.3s;
}

.casePage .slide1:before,
.casePage .slide2:before {
    content: '';
    position: absolute;
    top: 0px;
    left: -2%;
    width: 2%;
    height: 100%;
    background: inherit;
    transform-origin: 100% 50%;
    transform: rotateY(-65deg);
}

.casePage .slide4:before,
.casePage .slide5:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0%;
    width: 2%;
    height: 100%;
    background: inherit;
    transform-origin: 100% 50%;
    transform: rotateY(-120deg);
}

.casePage .slide:after {
    content: '';
    display: block;
    /*padding-top: 132.0987%;*/
}

.casePage .slide img {
    width: 100%;
    display: block;
}

.casePage .slide1 {
    left: 25%;
    transform: rotateY(0deg);
    transform-style: preserve-3d;
    transform-origin: left center;
    opacity: 1;
}

.casePage .slide2 {
    left: 25%;
    z-index: 4;
    transform: rotateY(0deg);
    transform-style: preserve-3d;
    transform-origin: left center;
}

.casePage .slide3 {
    left: 50%;
    z-index: 5;
    margin-left: -200px;

}

.casePage .slide4 {
    right: 25%;
    z-index: 4;
    transform: rotateY(-0deg);
    transform-style: preserve-3d;
    transform-origin: right center;
}

.casePage .slide5 {
    right: 25%;
    transform: rotateY(-0deg);
    transform-style: preserve-3d;
    transform-origin: right center;
}

.casePage.show {
    opacity: 1;
    transform: translateY(0);
}

.casePage.show .slide1 {
    left: 0;
    opacity: 1;
    transform: rotateY(40deg);
}

.casePage.show .slide2 {
    left: 15%;
    opacity: 1;
    transform: rotateY(25deg);
}

.casePage.show .slide4 {
    right: 15%;
    opacity: 1;
    transform: rotateY(-25deg);
}

.casePage.show .slide5 {
    right: 0;
    opacity: 1;
    transform: rotateY(-40deg);
}

.xyzyBg1-1 {
    width: 628px;
    height: 608px;
    top: -60px;
    left: auto;
    right: 0;
}

.xyzyBg2-1 {
    background-position: center bottom;
    top: auto;
    bottom: -130px;
}

.xyzyBg2-2 {}

/* 案例5 end */

/* 案例6 start */
.caseTitle6 {
    font-weight: bold;
    font-size: 40px;
}

.case6Bg1-1 {
    top: 0;
    height: 900px;
}

.case6Bg2-1 {

    height: 1075px;
}

.case6Title_1 {
    height:
}

.case6Title_1 .title {
    height: 80px;
    line-height: 80px;
    font-size: 40px;
    color: #333;
    text-align: center;
}

.case6Info1 {
    line-height: 32px;
    font-size: 16px;
    color: #666;
    text-align: center;
}

.case6Context {
    overflow: hidden;
}

.caseImg6 {
    overflow: hidden;
}

.case6Criterion {
    overflow: hidden;
}

.case6Criterion dd {
    float: left;
    display: inline;
    margin-right: 55px;
}

.case6Criterion dd .title {
    height: 48px;
    line-height: 48px;
    font-size: 24px;
    color: #333;
}

.case6Font {
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #666;
}

.case6Bg3-1 {
    top: -300px;
    height: 1070px;
}

.case6Page {
    height: 475px;
}

.case6Page .slide:after {
    display: none;
}

.case6Title1_1 .title {
    height: 82px;
    line-height: 82px;
    position: relative;
    font-size: 40px;
    text-align: center;
    color: #333;
}

.case6Title1_1 .title:after {
    display: block;
    content: "";
    position: absolute;
    width: 58px;
    height: 2px;
    left: 50%;
    margin-left: -29px;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}

.case6Bg2-1 {
    bottom: 0px;
    top: -300px;
    height: auto;
}

.case6Bg4-1 {
    top: -285px;
}

/* 案例6 end */


/*
* case7 kis2
*/
.case7Banner {
    overflow: hidden;
}

.case7Banner img {
    display: block;
    max-width: 100%;
}

.case7BannerBox {
    position: absolute;
    left: 0px;
    bottom: 65px;
    width: 100%;
}

.case7BannerBox .case7Tit {
    overflow: hidden;
    font-size: 60px;
    color: #a81f26;
    line-height: 70px;
    padding: 0px;
    font-weight: normal;
}

.case7BannerCont {
    overflow: hidden;
}

.case7BannerCont img {
    width: calc(100vw*(868/1920));
    max-width: 868px;
}

.w_1376 .wrap {
    width: 1376px;
}

.case7L {
    width: 550px;
    overflow: hidden;
    padding: 110px 0px;
}

.case7L.fl {
    margin-right: 90px;
}

.case7L.fr {
    margin-left: 90px;
}

.case7TitBox {}

.txt-c .case7Tit {
    display: inline-block;
}

.case7Tit {
    position: relative;
    padding-left: 130px;
}

.case7Tit span {
    display: block;
    overflow: hidden;
    font-size: 42px;
    color: #333;
    font-weight: normal;
    line-height: 50px;
}

.case7Tit i {
    display: block;
    overflow: hidden;
    font-size: 18px;
    color: #ccc;
    text-transform: uppercase;
    line-height: 25px;
    font-style: normal;
}

.case7Num {
    display: block;
    width: 107px;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: url(../images/titNumBg.png) no-repeat left bottom;
}

.case7Num em {
    display: block;
    overflow: hidden;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    margin: 0px auto;
    background: #1b90e0;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-style: normal;
    font-weight: bold;
}

.case7Bg1-1 {
    background-size: cover;
    background-position: right bottom;
    top: -40px;
}

.case7Txt {
    overflow: hidden;
    font-size: 16px;
    color: #333;
    line-height: 32px;
}

.case7Txt.txt-c {
    width: 1200px;
    margin: 0px auto;
}

.case7R {
    overflow: hidden;
}

.case7R img {
    max-width: 100%;
}

.h180 {
    height: 180px;
    clear: both;
    overflow: hidden;
}

.case7_dl {
    position: relative;
}

.case7_dl:before {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 40%;
}

.case7_dl:after {
    display: block;
    content: "";
    overflow: hidden;
    clear: both;
}

.case7_dl dd {
    width: 50%;
    position: absolute;
    bottom: 0px;
}

.case7_dl dd.dd1 {
    left: 0px;
    z-index: 3;
    transform: scale(0.6);
    transform-origin: 0px 100%;
    -webkit-box-shadow: 20px -20px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 20px -20px 40px rgba(0, 0, 0, 0.15);
}

.case7_dl dd.dd2 {
    left: 60px;
    z-index: 2;
    transform: scale(0.75);
    transform-origin: 0px 50%;
}

.case7_dl dd.dd3 {
    left: 50%;
    margin-left: -300px;
    z-index: 1;
    transform-origin: 50% 0px;
    bottom: auto;
    top: 0px;
}

.case7_dl dd.dd4 {
    right: 60px;
    z-index: 2;
    transform: scale(0.75);
    transform-origin: 100% 50%;
}

.case7_dl dd.dd5 {
    right: 0px;
    z-index: 3;
    transform: scale(0.6);
    transform-origin: 100% 100%;
    -webkit-box-shadow: -30px -30px 40px rgba(0, 0, 0, 0.15);
    box-shadow: -30px -30px 40px rgba(0, 0, 0, 0.15);
}

.case7_dl .pic:after {
    padding-top: 65.5877342%;
}

.case7Shadow {
    position: absolute;
    top: 100%;
    width: 100%;
    background: url(../images/caseShadow.png) no-repeat center center;
    background-size: cover;
    opacity: 0.3;
}

.case7Shadow:after {
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 9.889956958%;
}

.case7Bg1-2 {
    width: 290px;
    height: 310px;
    left: 20px;
    top: 0px;
    background-size: contain;
    background-position: left top;
}

.case7Bg2-1 {
    width: 274px;
    height: 240px;
    left: auto;
    right: 20px;
    bottom: 0px;
    top: auto;
    background-size: contain;
    background-position: right bottom;
}

@media screen and (max-width: 1366px) {
    .w_1376 .wrap {
        width: 1200px;
    }

    .case7L {
        width: 500px;
        overflow: hidden;
        padding: 80px 0px;
    }
}




/*************** 案例 end *******************/


















@media screen and (max-width: 1650px) {
    .crmBanImg {
        right: 12.770833%;
    }
}

@media screen and (max-width: 1440px) {
    .cont {
        padding: 0px 20px;
    }

    .news_dl {
        margin: 0px -7px 0px -8px;
    }

    .news_dl .list_a {
        margin: 0px 7px 0px 8px;
    }

    /*首页新闻*/

    .tacticIcon {
        width: 65px;
        height: 65px;
        padding: 5px;
    }

    .tacticIcon:before {
        border: 5px solid #ebedef;
    }

    /*详细页翻页*/
    .page2 {
        right: 15px;
    }

    .banTxt {
        font-size: 14px;
        line-height: 28px;
    }

    .crmBanImg {
        right: 10.770833%;
    }

    .footBrand {
        margin-right: 85px;
    }
}

@media screen and (max-width: 1366px) {}








/*
* 尺寸 
*/
.aykj-l-1 {
    width: 8.3333333%;
    width: calc(1/12*100%);
}

.aykj-l-2 {
    width: 16.6666667%;
    width: calc(1/6*100%);
}

.aykj-l-2p {
    width: 20%;
    width: calc(1/5*100%);
}

.aykj-l-3 {
    width: 25%;
    width: calc(1/4*100%);
}

.aykj-l-4 {
    width: 33.3333333%;
    width: calc(1/3*100%);
}

.aykj-l-5 {
    width: 41.66666667%;
    width: calc(5/12*100%);
}

.aykj-l-6 {
    width: 50%;
    width: calc(1/2*100%);
}

.aykj-l-7 {
    width: 58.3333333%;
    width: calc(7/12*100%);
}

.aykj-l-8 {
    width: 66.6666667%;
    width: calc(2/3*100%);
}

.aykj-l-9 {
    width: 75%;
    width: calc(3/4*100%);
}

.aykj-l-10 {
    width: 83.3333333%;
    width: calc(5/6*100%);
}

.aykj-l-11 {
    width: 91.6666667%;
    width: calc(11/12*100%);
}

.aykj-l-12 {
    width: 100%;
}

@media screen and (max-width: 1440px) {
    .aykj-m-1 {
        width: 8.3333333%;
        width: calc(1/12*100%);
    }

    .aykj-m-2 {
        width: 16.6666667%;
        width: calc(1/6*100%);
    }

    .aykj-m-2p {
        width: 20%;
        width: calc(1/5*100%);
    }

    .aykj-m-3 {
        width: 25%;
        width: calc(1/4*100%);
    }

    .aykj-m-4 {
        width: 33.3333333%;
        width: calc(1/3*100%);
    }

    .aykj-m-5 {
        width: 41.66666667%;
        width: calc(5/12*100%);
    }

    .aykj-m-6 {
        width: 50%;
        width: calc(1/2*100%);
    }

    .aykj-m-7 {
        width: 58.3333333%;
        width: calc(7/12*100%);
    }

    .aykj-m-8 {
        width: 66.6666667%;
        width: calc(2/3*100%);
    }

    .aykj-m-9 {
        width: 75%;
        width: calc(3/4*100%);
    }

    .aykj-m-10 {
        width: 83.3333333%;
        width: calc(5/6*100%);
    }

    .aykj-m-11 {
        width: 91.6666667%;
        width: calc(11/12*100%);
    }

    .aykj-m-12 {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .aykj-s-1 {
        width: 8.3333333%;
        width: calc(1/12*100%);
    }

    .aykj-s-2 {
        width: 16.6666667%;
        width: calc(1/6*100%);
    }

    .aykj-s-2p {
        width: 20%;
        width: calc(1/5*100%);
    }

    .aykj-s-3 {
        width: 25%;
        width: calc(1/4*100%);
    }

    .aykj-s-4 {
        width: 33.3333333%;
        width: calc(1/3*100%);
    }

    .aykj-s-5 {
        width: 41.66666667%;
        width: calc(5/12*100%);
    }

    .aykj-s-6 {
        width: 50%;
        width: calc(1/2*100%);
    }

    .aykj-s-7 {
        width: 58.3333333%;
        width: calc(7/12*100%);
    }

    .aykj-s-8 {
        width: 66.6666667%;
        width: calc(2/3*100%);
    }

    .aykj-s-9 {
        width: 75%;
        width: calc(3/4*100%);
    }

    .aykj-s-10 {
        width: 83.3333333%;
        width: calc(5/6*100%);
    }

    .aykj-s-11 {
        width: 91.6666667%;
        width: calc(11/12*100%);
    }

    .aykj-s-12 {
        width: 100%;
    }
}


/* #newBridge{ z-index:10000 !important;} */
@media (max-width: 1570px) {
    .caseTabBox .anchor_dl {
        margin-left: -10px;
    }

    .tab_dl dd {
        padding: 0 10px;
    }
}

/* @media (max-width: 1450px) {
    .caseTabBox .anchor_dl{ margin-left: -5px;}
    .tab_dl dd{ padding: 0 5px;}
 } */